Update platformio.ini

This commit is contained in:
Jason2866 2019-11-01 11:25:08 +01:00 committed by GitHub
parent c3b5c3638b
commit 6a6d829c27
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -12,36 +12,38 @@ src_dir = tasmota
build_dir = .pioenvs build_dir = .pioenvs
build_cache_dir = .cache build_cache_dir = .cache
; *** Uncomment one of the lines below to build/upload only one environment ; *** Build/upload environment
;default_envs = tasmota default_envs =
;default_envs = tasmota-ircustom ; alternative to 'tasmota' with full IR protocols activated, you will need to disable some features to keep code not too big ; *** Uncomment the line(s) below to select version(s)
;default_envs = tasmota-minimal ; tasmota
;default_envs = tasmota-basic ; tasmota-ircustom ; alternative to 'tasmota' with full IR protocols activated, you will need to disable some features to keep code not too big
;default_envs = tasmota-knx ; tasmota-minimal
;default_envs = tasmota-sensors ; tasmota-basic
;default_envs = tasmota-display ; tasmota-knx
;default_envs = tasmota-ir ; tasmota-sensors
;default_envs = tasmota-BG ; tasmota-display
;default_envs = tasmota-BR ; tasmota-ir
;default_envs = tasmota-CN ; tasmota-BG
;default_envs = tasmota-CZ ; tasmota-BR
;default_envs = tasmota-DE ; tasmota-CN
;default_envs = tasmota-ES ; tasmota-CZ
;default_envs = tasmota-FR ; tasmota-DE
;default_envs = tasmota-GR ; tasmota-ES
;default_envs = tasmota-HE ; tasmota-FR
;default_envs = tasmota-HU ; tasmota-GR
;default_envs = tasmota-IT ; tasmota-HE
;default_envs = tasmota-KO ; tasmota-HU
;default_envs = tasmota-NL ; tasmota-IT
;default_envs = tasmota-PL ; tasmota-KO
;default_envs = tasmota-PT ; tasmota-NL
;default_envs = tasmota-RU ; tasmota-PL
;default_envs = tasmota-SE ; tasmota-PT
;default_envs = tasmota-SK ; tasmota-RU
;default_envs = tasmota-TR ; tasmota-SE
;default_envs = tasmota-TW ; tasmota-SK
;default_envs = tasmota-UK ; tasmota-TR
; tasmota-TW
; tasmota-UK
[common] [common]
framework = arduino framework = arduino