mirror of https://github.com/arendst/Tasmota.git
add lib_ignore to solo1 env
This commit is contained in:
parent
414c231c86
commit
0ed7b6e8e9
|
@ -86,6 +86,9 @@ build_flags = ${env:tasmota32_base.build_flags}
|
|||
-DFIRMWARE_TASMOTA32
|
||||
-DCODE_IMAGE_STR='"solo1"'
|
||||
-DOTA_URL='"http://ota.tasmota.com/tasmota32/release/tasmota32solo1.bin"'
|
||||
lib_ignore = ${env:tasmota32_base.lib_ignore}
|
||||
TTGO TWatch Library
|
||||
Micro-RTSP
|
||||
|
||||
[env:tasmota32solo1-safeboot]
|
||||
extends = env:tasmota32_base
|
||||
|
|
Loading…
Reference in New Issue