mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-24 19:26:37 +00:00
Add c3 env for rev. <3 (#18998)
* c3 env for rev <3 * no support for c3 rev <3
This commit is contained in:
parent
c303c80add
commit
48e1dd4d7f
@ -46,6 +46,19 @@ build_flags = ${env:tasmota32_base.build_flags}
|
|||||||
-DUSE_LVGL_OPENHASP
|
-DUSE_LVGL_OPENHASP
|
||||||
-DOTA_URL='""'
|
-DOTA_URL='""'
|
||||||
|
|
||||||
|
;*** Tasmota ESP32-C3 version before ROM revision 3
|
||||||
|
;*** Actual used Arduino/IDF does not support this old revisions
|
||||||
|
;*** This build env is without any support, unexpected issues can happen
|
||||||
|
;*** Includes only basic drivers to fit in smaller app partition
|
||||||
|
[env:tasmota32c3-old]
|
||||||
|
extends = env:tasmota32c3
|
||||||
|
platform_packages = framework-arduinoespressif32 @ https://github.com/tasmota/arduino-esp32/releases/download/2.0.9.20230531/framework-arduinoespressif32.zip
|
||||||
|
build_flags = ${env:tasmota32_base.build_flags}
|
||||||
|
-DOTA_URL='""'
|
||||||
|
; *** Do not use safe boot scheme, since safeboot is build with new core!!
|
||||||
|
board_build.partitions = partitions/esp32_partition_app1856k_fs320k.csv
|
||||||
|
; Safeboot not used in this partition scheme -> an empty entry needed to overwrite the default setting
|
||||||
|
board_upload.arduino.flash_extra_images =
|
||||||
|
|
||||||
[env:tasmota32c3-bluetooth]
|
[env:tasmota32c3-bluetooth]
|
||||||
extends = env:tasmota32c3
|
extends = env:tasmota32c3
|
||||||
|
Loading…
x
Reference in New Issue
Block a user