mirror of https://github.com/arendst/Tasmota.git
add tasmota32c3usb-safeboot, tasmota32c3usb
This commit is contained in:
parent
58c2d93b6c
commit
c401fdd87d
|
@ -110,6 +110,9 @@ lib_ignore =
|
|||
TTGO TWatch Library
|
||||
Micro-RTSP
|
||||
epdiy
|
||||
[env:tasmota32c3usb]
|
||||
extends = env:tasmota32c3
|
||||
board = esp32c3usb
|
||||
|
||||
[env:tasmota32s2]
|
||||
extends = env:tasmota32_base
|
||||
|
@ -181,6 +184,10 @@ lib_ignore =
|
|||
Micro-RTSP
|
||||
epdiy
|
||||
|
||||
[env:tasmota32c3usb-safeboot]
|
||||
extends = tasmota32c3-safeboot
|
||||
board = esp32c3usb
|
||||
|
||||
[env:tasmota32-AF]
|
||||
extends = env:tasmota32_base
|
||||
build_flags = ${env:tasmota32_base.build_flags} -DMY_LANGUAGE=af_AF -DFIRMWARE_TASMOTA32
|
||||
|
|
Loading…
Reference in New Issue