mirror of
https://github.com/arendst/Tasmota.git
synced 2025-07-25 11:46:31 +00:00
Make selecting ESP32 versions possible
without using override file
This commit is contained in:
parent
b239a1d77e
commit
ef3855e92f
@ -1,6 +1,44 @@
|
|||||||
; *** BETA ESP32 Tasmota version ***
|
; *** BETA ESP32 Tasmota version ***
|
||||||
; *** expect the unexpected. Some features not working!!! ***
|
; *** expect the unexpected. Some features not working!!! ***
|
||||||
|
|
||||||
|
[platformio]
|
||||||
|
|
||||||
|
; *** Tasmota build variant selection
|
||||||
|
default_envs = ${build_envs.default_envs}
|
||||||
|
; *** Uncomment by deleting ";" in the line(s) below to select version(s)
|
||||||
|
; tasmota32
|
||||||
|
; tasmota32-webcam
|
||||||
|
; tasmota32-minimal
|
||||||
|
; tasmota32-lite
|
||||||
|
; tasmota32-knx
|
||||||
|
; tasmota32-sensors
|
||||||
|
; tasmota32-display
|
||||||
|
; tasmota32-ir
|
||||||
|
; tasmota32-ircustom
|
||||||
|
; tasmota32-BG
|
||||||
|
; tasmota32-BR
|
||||||
|
; tasmota32-CN
|
||||||
|
; tasmota32-CZ
|
||||||
|
; tasmota32-DE
|
||||||
|
; tasmota32-ES
|
||||||
|
; tasmota32-FR
|
||||||
|
; tasmota32-GR
|
||||||
|
; tasmota32-HE
|
||||||
|
; tasmota32-HU
|
||||||
|
; tasmota32-IT
|
||||||
|
; tasmota32-KO
|
||||||
|
; tasmota32-NL
|
||||||
|
; tasmota32-PL
|
||||||
|
; tasmota32-PT
|
||||||
|
; tasmota32-RO
|
||||||
|
; tasmota32-RU
|
||||||
|
; tasmota32-SE
|
||||||
|
; tasmota32-SK
|
||||||
|
; tasmota32-TR
|
||||||
|
; tasmota32-TW
|
||||||
|
; tasmota32-UK
|
||||||
|
|
||||||
|
|
||||||
[common32]
|
[common32]
|
||||||
platform = espressif32@2.0.0
|
platform = espressif32@2.0.0
|
||||||
platform_packages = tool-esptoolpy@1.20800.0
|
platform_packages = tool-esptoolpy@1.20800.0
|
||||||
|
Loading…
x
Reference in New Issue
Block a user