From f385f018ef9030a0c6ce27022bc7dd5535b942d4 Mon Sep 17 00:00:00 2001 From: Thomas Sarlandie Date: Fri, 6 Jul 2018 15:59:23 -0700 Subject: [PATCH] Specify a list of default environment so platformio does not build all variants of the project by default. --- README.md | 3 +++ platformio.ini | 1 + 2 files changed, 4 insertions(+) diff --git a/README.md b/README.md index 1bfd28bc..be312b39 100644 --- a/README.md +++ b/README.md @@ -192,6 +192,9 @@ been possible!** ## Changelog + * 2018 07 06 - v1.3.4 + * Specify a list of default environment so platformio does not build all variants + of the project by default. * 2018 07 06 - v1.3.3 * Fix a bug which forced us to use `program-esp` to update the wifi module. It is now possible again to just use the following commands to update KBox: diff --git a/platformio.ini b/platformio.ini index 8d88ea09..e83cfcae 100644 --- a/platformio.ini +++ b/platformio.ini @@ -6,6 +6,7 @@ # [platformio] data_dir = webfiles +env_default = host, esp [common] monitor_baud = 115200