platformio.ini env_default=xxxxx has to match one of the labels in the env:xxxxx, otherwise nothing happens when you pio run

This commit is contained in:
Brian 2017-05-10 07:11:13 -04:00
parent 192db2ab1b
commit f1cccd65c2

View File

@ -16,7 +16,7 @@ src_dir = Marlin
envs_dir = .pioenvs
lib_dir = .piolib
libdeps_dir = .piolibdeps
env_default = mega2560
env_default = megaatmega2560
[common]
lib_deps = U8glib@1.19.1