We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4eb8af3 commit f385f01Copy full SHA for f385f01
README.md
@@ -192,6 +192,9 @@ been possible!**
192
193
## Changelog
194
195
+ * 2018 07 06 - v1.3.4
196
+ * Specify a list of default environment so platformio does not build all variants
197
+ of the project by default.
198
* 2018 07 06 - v1.3.3
199
* Fix a bug which forced us to use `program-esp` to update the wifi module.
200
It is now possible again to just use the following commands to update KBox:
platformio.ini
@@ -6,6 +6,7 @@
6
#
7
[platformio]
8
data_dir = webfiles
9
+env_default = host, esp
10
11
[common]
12
monitor_baud = 115200
0 commit comments