Fix PlatformIO build
Ref: https://github.com/platformio/platform-espressif32/issues/33
This commit is contained in:
parent
fd9cc002e8
commit
0f83dbcfd6
@ -109,7 +109,8 @@ env.Append(
|
||||
"-Wl,-EL",
|
||||
"-T", "esp32.common.ld",
|
||||
"-T", "esp32.rom.ld",
|
||||
"-T", "esp32.peripherals.ld"
|
||||
"-T", "esp32.peripherals.ld",
|
||||
"-u", "ld_include_panic_highint_hdl"
|
||||
],
|
||||
|
||||
UPLOADERFLAGS=[
|
||||
|
Loading…
Reference in New Issue
Block a user