From 86c2c086980ab4262af90da33b9e5fae7fe84b02 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 13 May 2022 10:16:48 +0200 Subject: [PATCH 1/2] fix typo --- .github/workflows/build_all_the_things.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build_all_the_things.yml b/.github/workflows/build_all_the_things.yml index e1d062771..3303759f4 100644 --- a/.github/workflows/build_all_the_things.yml +++ b/.github/workflows/build_all_the_things.yml @@ -47,7 +47,7 @@ jobs: - tasmota32solo1-safeboot - tasmota32-safeboot - tasmota32c3-safeboot - - tasmota32c3usb-safebot + - tasmota32c3usb-safeboot - tasmota32s2-safeboot - tasmota32s3-safeboot steps: From 614a899dd36b99fabba028d7b0b11fc3b83a6491 Mon Sep 17 00:00:00 2001 From: Jason2866 <24528715+Jason2866@users.noreply.github.com> Date: Fri, 13 May 2022 10:48:34 +0200 Subject: [PATCH 2/2] correct env --- platformio_tasmota_env32.ini | 13 ++++++++++++- 1 file changed, 12 insertions(+), 1 deletion(-) diff --git a/platformio_tasmota_env32.ini b/platformio_tasmota_env32.ini index bb6e9b57a..ee7be6bd1 100644 --- a/platformio_tasmota_env32.ini +++ b/platformio_tasmota_env32.ini @@ -185,8 +185,19 @@ lib_ignore = epdiy [env:tasmota32c3usb-safeboot] -extends = tasmota32c3-safeboot +extends = env:tasmota32_base board = esp32c3usb +build_unflags = ${env:tasmota32_base.build_unflags} + -flto + -mtarget-align +build_flags = ${env:tasmota32_base.build_flags} -DFIRMWARE_SAFEBOOT + -fno-lto +lib_extra_dirs = lib/lib_ssl, lib/libesp32 +lib_ignore = + TTGO TWatch Library + NimBLE-Arduino + Micro-RTSP + epdiy [env:tasmota32-AF] extends = env:tasmota32_base