mirror of https://github.com/arendst/Tasmota.git
move arduino30 default envs (#19885)
This commit is contained in:
parent
9020b7d5c2
commit
53bd4635d9
|
@ -45,7 +45,26 @@ default_envs =
|
|||
; tasmota32-odroidgo
|
||||
; tasmota32-core2
|
||||
; tasmota32-nspanel
|
||||
|
||||
;
|
||||
; *** Build/upload environments for ESP32 Arduino Core 3.0
|
||||
;
|
||||
; tasmota32-arduino30
|
||||
; tasmota32solo1-arduino30
|
||||
; tasmota32-odroid30
|
||||
; tasmota32s2-arduino30
|
||||
; tasmota32s2cdc-arduino30
|
||||
; tasmota32s3-arduino30
|
||||
; tasmota32s3-qio_opi-ard30
|
||||
; tasmota32s3cdc-qio_opi-ard30
|
||||
; tasmota32s3cdc-webcam3
|
||||
; tasmota32c2-arduino30
|
||||
; tasmota32c3-arduino30
|
||||
; tasmota32c3cdc-arduino30
|
||||
; tasmota32c6-arduino30
|
||||
; tasmota32c6cdc-arduino30
|
||||
; tasmota32c2-safeboot
|
||||
; tasmota32c6-safeboot
|
||||
; tasmota32c6cdc-safeboot
|
||||
|
||||
[env]
|
||||
;build_unflags = ${common.build_unflags}
|
||||
|
|
|
@ -1,26 +1,3 @@
|
|||
[platformio]
|
||||
; *** Build/upload environments for ESP32 Arduino Core 3.0
|
||||
|
||||
; *** Uncomment the line below and one or more env to select version(s)
|
||||
;default_envs =
|
||||
; tasmota32-arduino30
|
||||
; tasmota32solo1-arduino30
|
||||
; tasmota32-odroid30
|
||||
; tasmota32s2-arduino30
|
||||
; tasmota32s2cdc-arduino30
|
||||
; tasmota32s3-arduino30
|
||||
; tasmota32s3-qio_opi-ard30
|
||||
; tasmota32s3cdc-qio_opi-ard30
|
||||
; tasmota32s3cdc-webcam3
|
||||
; tasmota32c2-arduino30
|
||||
; tasmota32c3-arduino30
|
||||
; tasmota32c3cdc-arduino30
|
||||
; tasmota32c6-arduino30
|
||||
; tasmota32c6cdc-arduino30
|
||||
; tasmota32c2-safeboot
|
||||
; tasmota32c6-safeboot
|
||||
; tasmota32c6cdc-safeboot
|
||||
|
||||
[core32_30]
|
||||
platform = https://github.com/tasmota/platform-espressif32/releases/download/2023.10.12/platform-espressif32.zip
|
||||
platform_packages =
|
||||
|
|
Loading…
Reference in New Issue