mirror of https://github.com/arendst/Tasmota.git
commit
e824a8226a
|
@ -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
|
||||
|
|
|
@ -1,45 +1,6 @@
|
|||
; *** BETA ESP32 Tasmota version ***
|
||||
; *** 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-bluetooth
|
||||
; tasmota32-webcam
|
||||
; tasmota32-odroidgo
|
||||
; tasmota32-core2
|
||||
; tasmota32-display
|
||||
; tasmota32-ir
|
||||
; tasmota32-ircustom
|
||||
; tasmota32-AF
|
||||
; tasmota32-BG
|
||||
; tasmota32-BR
|
||||
; tasmota32-CN
|
||||
; tasmota32-CZ
|
||||
; tasmota32-DE
|
||||
; tasmota32-ES
|
||||
; tasmota32-FR
|
||||
; tasmota32-FY
|
||||
; 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
|
||||
; tasmota32-VN
|
||||
|
||||
[common32]
|
||||
platform = ${core32.platform}
|
||||
platform_packages = ${core32.platform_packages}
|
||||
|
|
Loading…
Reference in New Issue