mirror of
https://github.com/arendst/Tasmota.git
synced 2025-04-25 07:17:16 +00:00
Merge pull request #13646 from arendst/silenc_compiler
Next try to silence compiler
This commit is contained in:
commit
156c41c0a7
@ -68,7 +68,6 @@ extra_scripts = pio-tools/strip-floats.py
|
||||
pio-tools/gzip-firmware.py
|
||||
pio-tools/override_copy.py
|
||||
pio-tools/download_fs.py
|
||||
pre:pio-tools/add_c_flags.py
|
||||
|
||||
[esp_defaults]
|
||||
; *** remove undesired all warnings
|
||||
|
@ -30,6 +30,8 @@ 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
|
||||
|
Loading…
x
Reference in New Issue
Block a user