mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 11:16:34 +00:00
add solo1 safemode
This commit is contained in:
parent
e16c1aa40d
commit
3a32fdb730
@ -118,7 +118,19 @@ lib_ignore =
|
||||
|
||||
[env:tasmota32-safemode]
|
||||
extends = env:tasmota32_base
|
||||
board = esp32_4M_2APP
|
||||
build_flags = ${env:tasmota32_base.build_flags} -DFIRMWARE_SAFEMODE
|
||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||
lib_ignore =
|
||||
TTGO TWatch Library
|
||||
NimBLE-Arduino
|
||||
Micro-RTSP
|
||||
epdiy
|
||||
|
||||
[env:tasmota32solo1-safemode]
|
||||
extends = env:tasmota32_base
|
||||
board = esp32_solo1_4M
|
||||
platform = ${core32solo1.platform}
|
||||
platform_packages = ${core32solo1.platform_packages}
|
||||
build_flags = ${env:tasmota32_base.build_flags} -DFIRMWARE_SAFEMODE
|
||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||
lib_ignore =
|
||||
@ -129,7 +141,6 @@ lib_ignore =
|
||||
|
||||
[env:tasmota32s2-safemode]
|
||||
extends = env:tasmota32_base
|
||||
board = esp32s2_2APP
|
||||
build_flags = ${env:tasmota32_base.build_flags} -DFIRMWARE_SAFEMODE
|
||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||
lib_ignore =
|
||||
@ -140,7 +151,6 @@ lib_ignore =
|
||||
|
||||
[env:tasmota32s3-safemode]
|
||||
extends = env:tasmota32_base
|
||||
board = esp32s3_2APP
|
||||
build_flags = ${env:tasmota32_base.build_flags} -DFIRMWARE_SAFEMODE
|
||||
lib_extra_dirs = lib/lib_ssl, lib/libesp32
|
||||
lib_ignore =
|
||||
@ -151,7 +161,6 @@ lib_ignore =
|
||||
|
||||
[env:tasmota32c3-safemode]
|
||||
extends = env:tasmota32_base
|
||||
board = esp32c3_2APP
|
||||
build_unflags = ${env:tasmota32_base.build_unflags}
|
||||
-flto
|
||||
-mtarget-align
|
||||
|
Loading…
x
Reference in New Issue
Block a user