mirror of https://github.com/arendst/Tasmota.git
Remove duplicate S3 entry
fix formatting of `custom_files_upload` S3 is not alpha anymore. Considering it as stable like S2/C3
This commit is contained in:
parent
232594153d
commit
2478bb2707
|
@ -18,7 +18,7 @@ board = esp32s3
|
|||
build_flags = ${env:tasmota32_base.build_flags} -D FIRMWARE_TASMOTA32
|
||||
; example for custom file upload in Tasmota Filesystem
|
||||
; custom_files_upload = ${env:tasmota32_base.custom_files_upload}
|
||||
; tasmota/berry/modules/Partition_wizard.tapp
|
||||
; tasmota/berry/modules/Partition_wizard.tapp
|
||||
|
||||
; *** Debug version used for PlatformIO Home Project Inspection
|
||||
[env:tasmota-debug]
|
||||
|
@ -60,25 +60,3 @@ debug_init_break = tbreak setup
|
|||
build_unflags = ${core32solo1.build_unflags}
|
||||
build_flags = ${core32solo1.build_flags}
|
||||
monitor_filters = esp32_exception_decoder
|
||||
|
||||
; *** alpha S3 Version
|
||||
[env:tasmota32s3]
|
||||
extends = env:tasmota32_base
|
||||
board = esp32s3
|
||||
build_flags = ${env:tasmota32_base.build_flags} -D FIRMWARE_BLUETOOTH
|
||||
lib_extra_dirs =
|
||||
lib/lib_basic
|
||||
lib/lib_ssl
|
||||
lib/lib_i2c
|
||||
lib/lib_rf
|
||||
lib/lib_div
|
||||
lib/lib_display
|
||||
lib/lib_audio
|
||||
lib/libesp32
|
||||
lib/libesp32_lvgl
|
||||
lib/libesp32_div
|
||||
lib/libesp32_eink
|
||||
lib_ignore =
|
||||
TTGO TWatch Library
|
||||
Micro-RTSP
|
||||
epdiy
|
||||
|
|
Loading…
Reference in New Issue