From e2468b58bc6e052bb204231f733c81320d4e9c8e Mon Sep 17 00:00:00 2001 From: Thomas Dietrich Date: Sat, 3 Jun 2017 22:13:35 +0200 Subject: [PATCH 1/2] Add commented default environment config lines --- platformio.ini | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/platformio.ini b/platformio.ini index d19b88c45..2a44b28ef 100644 --- a/platformio.ini +++ b/platformio.ini @@ -10,6 +10,12 @@ [platformio] src_dir = sonoff +; Uncomment one of the below to build/upload only one enviroment +;env_default = sonoff +;env_default = sonoff-touch-4ch +;env_default = sonoff-minimal +;env_default = sonoff-ds18x20 + ; Sonoff et al (ESP8266 based) [env:sonoff] platform = espressif8266 From d8eda2ff13713f62f5ae616c3fec33df9b6dbaba Mon Sep 17 00:00:00 2001 From: Thomas Dietrich Date: Sat, 3 Jun 2017 22:18:58 +0200 Subject: [PATCH 2/2] Fix typo --- platformio.ini | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/platformio.ini b/platformio.ini index 2a44b28ef..31bcc3685 100644 --- a/platformio.ini +++ b/platformio.ini @@ -10,7 +10,7 @@ [platformio] src_dir = sonoff -; Uncomment one of the below to build/upload only one enviroment +; Uncomment one of the lines below to build/upload only one environment ;env_default = sonoff ;env_default = sonoff-touch-4ch ;env_default = sonoff-minimal