platformio.ini compatible with PIO 3.x

This commit is contained in:
Scott Lahteine 2019-07-01 05:40:15 -05:00
parent ca7f56e60b
commit fb9d30673f

View file

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