|
@@ -16,12 +16,12 @@
|
16
|
16
|
#
|
17
|
17
|
|
18
|
18
|
[platformio]
|
19
|
|
-src_dir = Marlin
|
20
|
|
-build_dir = .pioenvs
|
21
|
|
-lib_dir = .piolib
|
22
|
|
-libdeps_dir = .piolibdeps
|
23
|
|
-boards_dir = buildroot/share/PlatformIO/boards
|
24
|
|
-env_default = megaatmega2560
|
|
19
|
+src_dir = Marlin
|
|
20
|
+build_dir = .pioenvs
|
|
21
|
+lib_dir = .piolib
|
|
22
|
+libdeps_dir = .piolibdeps
|
|
23
|
+boards_dir = buildroot/share/PlatformIO/boards
|
|
24
|
+default_envs = megaatmega2560
|
25
|
25
|
|
26
|
26
|
[common]
|
27
|
27
|
default_src_filter = +<src/*> -<src/config> -<src/HAL> +<src/HAL/shared>
|