We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d1d56b5 commit 7d2bffbCopy full SHA for 7d2bffb
tools/platformio-build.py
@@ -130,7 +130,8 @@ def _get_board_flash_mode(env):
130
"-T", "esp32.peripherals.ld",
131
"-T", "esp32.rom.spiram_incompatible_fns.ld",
132
"-u", "ld_include_panic_highint_hdl",
133
- "-u", "__cxa_guard_dummy"
+ "-u", "__cxa_guard_dummy",
134
+ "-u", "__cxx_fatal_exception"
135
],
136
137
UPLOADERFLAGS=[
0 commit comments