From a08ec243925ad7af9076227b10cc52a1e882290e Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Thu, 11 Nov 2021 17:18:02 +0000 Subject: [PATCH] Next try to silence compiler --- platformio.ini | 1 - platformio_tasmota32.ini | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 4cde16fa4..fdb0e328a 100644 --- a/platformio.ini +++ b/platformio.ini @@ -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 diff --git a/platformio_tasmota32.ini b/platformio_tasmota32.ini index e89969b3f..ace874df4 100644 --- a/platformio_tasmota32.ini +++ b/platformio_tasmota32.ini @@ -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