From e2468b58bc6e052bb204231f733c81320d4e9c8e Mon Sep 17 00:00:00 2001 From: Thomas Dietrich Date: Sat, 3 Jun 2017 22:13:35 +0200 Subject: [PATCH] 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