Fix building with PIO6

This commit is contained in:
Thomas Göttgens
2022-05-17 10:58:44 +02:00
parent ee8e544ce2
commit 77816f8f68
8 changed files with 18 additions and 18 deletions

View File

@@ -1,8 +1,8 @@
; The Portduino based sim environment on top of any host OS, all hardware will be simulated
[env:native]
platform = https://github.com/geeksville/platform-native.git
src_filter =
${env.src_filter}
build_src_filter =
${env.build_src_filter}
-<esp32/>
-<nimble/>
-<nrf52/>
@@ -20,8 +20,8 @@ lib_deps =
; The Portduino based sim environment on top of a linux OS and touching linux hardware devices
[env:linux]
platform = https://github.com/geeksville/platform-native.git
src_filter =
${env.src_filter}
build_src_filter =
${env.build_src_filter}
-<esp32/>
-<nimble/>
-<nrf52/>