overlooked delete

not needed extra script anymore
This commit is contained in:
Jason2866 2021-11-15 12:58:53 +01:00 committed by GitHub
parent 67a8380131
commit 7c8bc70cb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 3 deletions

View File

@ -30,8 +30,6 @@ build_flags = ${esp_defaults.build_flags}
-include "esp32x_fixes.h" -include "esp32x_fixes.h"
; wrappers for the crash-recorder ; wrappers for the crash-recorder
-Wl,--wrap=panicHandler -Wl,--wrap=xt_unhandled_exception -Wl,--wrap=panicHandler -Wl,--wrap=xt_unhandled_exception
extra_scripts = ${common.extra_scripts}
pre:pio-tools/add_c_flags.py
[core32] [core32]
platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master platform = https://github.com/platformio/platform-espressif32.git#feature/arduino-idf-master
@ -48,4 +46,4 @@ platform_packages = framework-arduinoespressif32 @ https://github.com/
platformio/tool-esptoolpy @ https://github.com/tasmota/esptool/releases/download/v3.2/esptool-v3.2.zip platformio/tool-esptoolpy @ https://github.com/tasmota/esptool/releases/download/v3.2/esptool-v3.2.zip
platformio/tool-mklittlefs @ ~1.203.200522 platformio/tool-mklittlefs @ ~1.203.200522
build_unflags = ${esp32_defaults.build_unflags} build_unflags = ${esp32_defaults.build_unflags}
build_flags = ${esp32_defaults.build_flags} build_flags = ${esp32_defaults.build_flags}