Browse Source

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

Brian 7 years ago
parent
commit
f1cccd65c2
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      platformio.ini

+ 1
- 1
platformio.ini View File

16
 envs_dir = .pioenvs
16
 envs_dir = .pioenvs
17
 lib_dir = .piolib
17
 lib_dir = .piolib
18
 libdeps_dir = .piolibdeps
18
 libdeps_dir = .piolibdeps
19
-env_default = mega2560
19
+env_default = megaatmega2560
20
 
20
 
21
 [common]
21
 [common]
22
 lib_deps = U8glib@1.19.1
22
 lib_deps = U8glib@1.19.1

Loading…
Cancel
Save