mirror of https://github.com/arendst/Tasmota.git
Next try to silence compiler
This commit is contained in:
parent
be86d270c0
commit
a08ec24392
|
@ -68,7 +68,6 @@ extra_scripts = pio-tools/strip-floats.py
|
||||||
pio-tools/gzip-firmware.py
|
pio-tools/gzip-firmware.py
|
||||||
pio-tools/override_copy.py
|
pio-tools/override_copy.py
|
||||||
pio-tools/download_fs.py
|
pio-tools/download_fs.py
|
||||||
pre:pio-tools/add_c_flags.py
|
|
||||||
|
|
||||||
[esp_defaults]
|
[esp_defaults]
|
||||||
; *** remove undesired all warnings
|
; *** remove undesired all warnings
|
||||||
|
|
|
@ -30,6 +30,8 @@ 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
|
||||||
|
|
Loading…
Reference in New Issue