Browse Source

Press the big red button on PlatformIO 4.0

Scott Lahteine 4 years ago
parent
commit
f8b8cbfc53
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      platformio.ini

+ 1
- 1
platformio.ini View File

@@ -21,7 +21,7 @@ build_dir    = .pioenvs
21 21
 lib_dir      = .piolib
22 22
 libdeps_dir  = .piolibdeps
23 23
 boards_dir   = buildroot/share/PlatformIO/boards
24
-env_default  = megaatmega2560
24
+default_envs = megaatmega2560
25 25
 
26 26
 [common]
27 27
 default_src_filter = +<src/*> -<src/config> -<src/HAL> +<src/HAL/shared>

Loading…
Cancel
Save