From 6a6d829c27c05edc43d00c7da1541a848b06494e Mon Sep 17 00:00:00 2001 From: Jason2866 Date: Fri, 1 Nov 2019 11:25:08 +0100 Subject: [PATCH] Update platformio.ini --- platformio.ini | 62 ++++++++++++++++++++++++++------------------------ 1 file changed, 32 insertions(+), 30 deletions(-) diff --git a/platformio.ini b/platformio.ini index f7837adbf..cae9f6b78 100755 --- a/platformio.ini +++ b/platformio.ini @@ -12,36 +12,38 @@ src_dir = tasmota build_dir = .pioenvs build_cache_dir = .cache -; *** Uncomment one of the lines below to build/upload only one environment -;default_envs = tasmota -;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 -;default_envs = tasmota-minimal -;default_envs = tasmota-basic -;default_envs = tasmota-knx -;default_envs = tasmota-sensors -;default_envs = tasmota-display -;default_envs = tasmota-ir -;default_envs = tasmota-BG -;default_envs = tasmota-BR -;default_envs = tasmota-CN -;default_envs = tasmota-CZ -;default_envs = tasmota-DE -;default_envs = tasmota-ES -;default_envs = tasmota-FR -;default_envs = tasmota-GR -;default_envs = tasmota-HE -;default_envs = tasmota-HU -;default_envs = tasmota-IT -;default_envs = tasmota-KO -;default_envs = tasmota-NL -;default_envs = tasmota-PL -;default_envs = tasmota-PT -;default_envs = tasmota-RU -;default_envs = tasmota-SE -;default_envs = tasmota-SK -;default_envs = tasmota-TR -;default_envs = tasmota-TW -;default_envs = tasmota-UK +; *** Build/upload environment +default_envs = +; *** Uncomment the line(s) below to select version(s) +; tasmota +; tasmota-ircustom ; alternative to 'tasmota' with full IR protocols activated, you will need to disable some features to keep code not too big +; tasmota-minimal +; tasmota-basic +; tasmota-knx +; tasmota-sensors +; tasmota-display +; tasmota-ir +; tasmota-BG +; tasmota-BR +; tasmota-CN +; tasmota-CZ +; tasmota-DE +; tasmota-ES +; tasmota-FR +; tasmota-GR +; tasmota-HE +; tasmota-HU +; tasmota-IT +; tasmota-KO +; tasmota-NL +; tasmota-PL +; tasmota-PT +; tasmota-RU +; tasmota-SE +; tasmota-SK +; tasmota-TR +; tasmota-TW +; tasmota-UK [common] framework = arduino