🔨 Require PIO >= 6.0.1 (#24205)

This commit is contained in:
ellensp
2022-05-20 02:15:57 +12:00
committed by Scott Lahteine
parent fe77fc66c0
commit 02c267f542
13 changed files with 71 additions and 71 deletions

View File

@ -16,9 +16,9 @@
# - RADDS
#
[env:DUE]
platform = atmelsam
board = due
src_filter = ${common.default_src_filter} +<src/HAL/DUE> +<src/HAL/shared/backtrace>
platform = atmelsam
board = due
build_src_filter = ${common.default_src_filter} +<src/HAL/DUE> +<src/HAL/shared/backtrace>
[env:DUE_USB]
extends = env:DUE