mirror of https://github.com/arendst/Tasmota.git
parent
67a8380131
commit
7c8bc70cb0
|
@ -30,8 +30,6 @@ build_flags = ${esp_defaults.build_flags}
|
|||
-include "esp32x_fixes.h"
|
||||
; wrappers for the crash-recorder
|
||||
-Wl,--wrap=panicHandler -Wl,--wrap=xt_unhandled_exception
|
||||
extra_scripts = ${common.extra_scripts}
|
||||
pre:pio-tools/add_c_flags.py
|
||||
|
||||
[core32]
|
||||
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-mklittlefs @ ~1.203.200522
|
||||
build_unflags = ${esp32_defaults.build_unflags}
|
||||
build_flags = ${esp32_defaults.build_flags}
|
||||
build_flags = ${esp32_defaults.build_flags}
|
||||
|
|
Loading…
Reference in New Issue