mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-28 13:16:32 +00:00
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
|
build_flags = ${env:tasmota32_base.build_flags} -D FIRMWARE_TASMOTA32
|
||||||
; example for custom file upload in Tasmota Filesystem
|
; example for custom file upload in Tasmota Filesystem
|
||||||
; custom_files_upload = ${env:tasmota32_base.custom_files_upload}
|
; 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
|
; *** Debug version used for PlatformIO Home Project Inspection
|
||||||
[env:tasmota-debug]
|
[env:tasmota-debug]
|
||||||
@ -60,25 +60,3 @@ debug_init_break = tbreak setup
|
|||||||
build_unflags = ${core32solo1.build_unflags}
|
build_unflags = ${core32solo1.build_unflags}
|
||||||
build_flags = ${core32solo1.build_flags}
|
build_flags = ${core32solo1.build_flags}
|
||||||
monitor_filters = esp32_exception_decoder
|
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…
x
Reference in New Issue
Block a user