Browse Source

Press the big red button on PlatformIO 4.0

Scott Lahteine 6 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
 lib_dir      = .piolib
21
 lib_dir      = .piolib
22
 libdeps_dir  = .piolibdeps
22
 libdeps_dir  = .piolibdeps
23
 boards_dir   = buildroot/share/PlatformIO/boards
23
 boards_dir   = buildroot/share/PlatformIO/boards
24
-env_default  = megaatmega2560
24
+default_envs = megaatmega2560
25
 
25
 
26
 [common]
26
 [common]
27
 default_src_filter = +<src/*> -<src/config> -<src/HAL> +<src/HAL/shared>
27
 default_src_filter = +<src/*> -<src/config> -<src/HAL> +<src/HAL/shared>

Loading…
Cancel
Save