mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-27 12:46:34 +00:00
correct env
This commit is contained in:
parent
86c2c08698
commit
614a899dd3
@ -185,8 +185,19 @@ lib_ignore =
|
|||||||
epdiy
|
epdiy
|
||||||
|
|
||||||
[env:tasmota32c3usb-safeboot]
|
[env:tasmota32c3usb-safeboot]
|
||||||
extends = tasmota32c3-safeboot
|
extends = env:tasmota32_base
|
||||||
board = esp32c3usb
|
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]
|
[env:tasmota32-AF]
|
||||||
extends = env:tasmota32_base
|
extends = env:tasmota32_base
|
||||||
|
Loading…
x
Reference in New Issue
Block a user