mirror of https://github.com/arendst/Tasmota.git
Remove default envs
This commit is contained in:
parent
173038c12c
commit
3dab9465cf
|
@ -6,49 +6,9 @@
|
|||
;
|
||||
; Please visit documentation for the other options and examples
|
||||
; http://docs.platformio.org/en/stable/projectconf.html
|
||||
|
||||
|
||||
; *** Tasmota build variant selection
|
||||
[build_envs]
|
||||
default_envs =
|
||||
; *** Uncomment by deleting ";" in the line(s) below to select version(s)
|
||||
; tasmota
|
||||
; tasmota-ircustom
|
||||
; tasmota-minimal
|
||||
; tasmota-lite
|
||||
; tasmota-knx
|
||||
; tasmota-sensors
|
||||
; tasmota-display
|
||||
; tasmota-zbbridge
|
||||
; tasmota-ir
|
||||
; tasmota-AF
|
||||
; tasmota-BG
|
||||
; tasmota-BR
|
||||
; tasmota-CN
|
||||
; tasmota-CZ
|
||||
; tasmota-DE
|
||||
; tasmota-ES
|
||||
; tasmota-FR
|
||||
; tasmota-FY
|
||||
; tasmota-GR
|
||||
; tasmota-HE
|
||||
; tasmota-HU
|
||||
; tasmota-IT
|
||||
; tasmota-KO
|
||||
; tasmota-NL
|
||||
; tasmota-PL
|
||||
; tasmota-PT
|
||||
; tasmota-RO
|
||||
; tasmota-RU
|
||||
; tasmota-SE
|
||||
; tasmota-SK
|
||||
; tasmota-TR
|
||||
; tasmota-TW
|
||||
; tasmota-UK
|
||||
; tasmota-VN
|
||||
;
|
||||
; *** Selection for Tasmota ESP32 is done in platformio_tasmota32.ini
|
||||
;
|
||||
; *********************************************************************
|
||||
; *** Selection of Tasmota build variant is done with VSC
|
||||
; *** alternatively can be done in: platformio_override.ini
|
||||
; *** See example: platformio_override_sample.ini
|
||||
; *********************************************************************
|
||||
|
@ -63,7 +23,6 @@ extra_configs = platformio_tasmota32.ini
|
|||
platformio_tasmota_env.ini
|
||||
platformio_tasmota_env32.ini
|
||||
platformio_override.ini
|
||||
default_envs = ${build_envs.default_envs}
|
||||
|
||||
[common]
|
||||
framework = arduino
|
||||
|
|
Loading…
Reference in New Issue