Skip to content

Commit f385f01

Browse files
committedJul 6, 2018
Specify a list of default environment so platformio does not build all
variants of the project by default.
1 parent 4eb8af3 commit f385f01

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed
 

‎README.md

+3
Original file line numberDiff line numberDiff line change
@@ -192,6 +192,9 @@ been possible!**
192192

193193
## Changelog
194194

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.
195198
* 2018 07 06 - v1.3.3
196199
* Fix a bug which forced us to use `program-esp` to update the wifi module.
197200
It is now possible again to just use the following commands to update KBox:

‎platformio.ini

+1
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
#
77
[platformio]
88
data_dir = webfiles
9+
env_default = host, esp
910

1011
[common]
1112
monitor_baud = 115200

0 commit comments

Comments
 (0)
Please sign in to comment.