mirror of https://github.com/arendst/Tasmota.git
add S3 env with 120Mhz / 8MB Flash
This commit is contained in:
parent
f6cba1986b
commit
ef99b40578
|
@ -45,6 +45,17 @@ build_flags = ${env:tasmota32_base.build_flags}
|
|||
-DUSE_LVGL_OPENHASP
|
||||
-DOTA_URL='""'
|
||||
|
||||
[env:tasmota32s3-qio_opi_120]
|
||||
# device needs >= 8MB Flash!!
|
||||
extends = env:tasmota32_base
|
||||
board = esp32s3-qio_opi_120
|
||||
board_build.partitions = partitions/esp32_partition_app3904k_fs3392k.csv
|
||||
build_flags = ${env:tasmota32_base.build_flags}
|
||||
-DUSE_BERRY_ULP
|
||||
-DFIRMWARE_LVGL
|
||||
-DUSE_LVGL_OPENHASP
|
||||
-DOTA_URL='""'
|
||||
|
||||
[env:tasmota32s3-opi_opi]
|
||||
extends = env:tasmota32_base
|
||||
board = esp32s3-opi_opi
|
||||
|
@ -55,6 +66,7 @@ build_flags = ${env:tasmota32_base.build_flags}
|
|||
-DFIRMWARE_LVGL
|
||||
-DUSE_LVGL_OPENHASP
|
||||
-DOTA_URL='""'
|
||||
|
||||
[env:tasmota32c3-bluetooth]
|
||||
extends = env:tasmota32_base
|
||||
board = esp32c3
|
||||
|
|
Loading…
Reference in New Issue