mirror of
https://github.com/0xFEEDC0DE64/arduino-esp32.git
synced 2025-07-29 10:17:15 +02:00
Fix PlatformIO build
Ref: https://github.com/platformio/platform-espressif32/issues/33
This commit is contained in:
@ -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=[
|
||||
|
Reference in New Issue
Block a user