From 013a14cbcb0bebd087a9c34ff00f2a480a44f977 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:52:53 +0200 Subject: [PATCH 1/3] no s3 build --- .github/workflows/Tasmota_build_devel.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index e8275543f..9386bf729 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -99,6 +99,7 @@ jobs: - tasmota32c2-safeboot - tasmota32c3cdc-safeboot - tasmota32s2-safeboot + - tasmota32s2cdc-safeboot - tasmota32s3cdc-safeboot - tasmota32c2-safeboot - tasmota32c6cdc-safeboot @@ -192,7 +193,6 @@ jobs: - tasmota32c6cdc - tasmota32s2 - tasmota32s2cdc - - tasmota32s3 - tasmota32s3cdc - tasmota32solo1 steps: From 5ac69b81e1d161aea6ab0c73b066ff4522f9edf5 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 15 Apr 2024 11:56:23 +0200 Subject: [PATCH 2/3] rm duplicate --- .github/workflows/Tasmota_build_devel.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/Tasmota_build_devel.yml b/.github/workflows/Tasmota_build_devel.yml index 9386bf729..ebbc22d32 100644 --- a/.github/workflows/Tasmota_build_devel.yml +++ b/.github/workflows/Tasmota_build_devel.yml @@ -101,7 +101,6 @@ jobs: - tasmota32s2-safeboot - tasmota32s2cdc-safeboot - tasmota32s3cdc-safeboot - - tasmota32c2-safeboot - tasmota32c6cdc-safeboot steps: - uses: actions/checkout@v4 From 87ed42318a8209b203e87aa14341f27772bb55a0 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Mon, 15 Apr 2024 12:24:31 +0200 Subject: [PATCH 3/3] Temp fix for too big ESP32 Safeboot firmwares --- tasmota/include/tasmota_configurations_ESP32.h | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tasmota/include/tasmota_configurations_ESP32.h b/tasmota/include/tasmota_configurations_ESP32.h index 0a53feaf4..ae1506706 100644 --- a/tasmota/include/tasmota_configurations_ESP32.h +++ b/tasmota/include/tasmota_configurations_ESP32.h @@ -186,10 +186,12 @@ #define USE_WEBSERVER #define USE_WEBCLIENT #define USE_WEBCLIENT_HTTPS -#if CONFIG_IDF_TARGET_ESP32 - #define USE_SERIAL_BRIDGE // Add support for software Serial Bridge console Tee (+2k code) - #define USE_ETHERNET -#endif // CONFIG_IDF_TARGET_ESP32 + +// FIX ME Safeboot for ESP32 and ESP32solo1 to big with Core 3.0.0 +//#if CONFIG_IDF_TARGET_ESP32 +// #define USE_SERIAL_BRIDGE // Add support for software Serial Bridge console Tee (+2k code) +// #define USE_ETHERNET +//#endif // CONFIG_IDF_TARGET_ESP32 #endif // FIRMWARE_SAFEBOOT