Add stubs so that portduino can build with wifi. cc @mc-hamster

This commit is contained in:
geeksville 2020-09-23 17:22:17 -07:00
parent 52a3927585
commit 9c0a0ad220
3 changed files with 2 additions and 1 deletions

View File

@ -253,7 +253,7 @@ lib_deps =
; The Portduino based sim environment on top of linux
[env:linux]
platform = https://github.com/geeksville/platform-portduino.git
src_filter = ${env.src_filter} -<esp32/> -<nimble/> -<nrf52/>
src_filter = ${env.src_filter} -<esp32/> -<nimble/> -<nrf52/> -<meshwifi/>
build_flags = ${arduino_base.build_flags} -O0
framework = arduino
board = linux_x86_64

View File

@ -0,0 +1 @@
../nrf52/wifi-stubs.cpp