Merge pull request #3 from arendst/development

merge upstream
This commit is contained in:
s-hadinger 2022-05-13 11:11:39 +02:00 committed by GitHub
commit bbc70f0114
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 13 additions and 2 deletions

View File

@ -47,7 +47,7 @@ jobs:
- tasmota32solo1-safeboot
- tasmota32-safeboot
- tasmota32c3-safeboot
- tasmota32c3usb-safebot
- tasmota32c3usb-safeboot
- tasmota32s2-safeboot
- tasmota32s3-safeboot
steps:

View File

@ -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