WIP
This commit is contained in:
+3
-3
@@ -62,6 +62,7 @@ lib_deps =
|
||||
https://github.com/meshtastic/TinyGPSPlus.git
|
||||
https://github.com/meshtastic/AXP202X_Library.git#8404abb6d4b486748636bc6ad72d2a47baaf5460
|
||||
Wire ; explicitly needed here because the AXP202 library forgets to add it
|
||||
SPI
|
||||
|
||||
; Common settings for Ardino targets
|
||||
[arduino_base]
|
||||
@@ -70,7 +71,6 @@ framework = arduino
|
||||
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
SPI
|
||||
|
||||
; Common settings for ESP targes, mixin with extends = esp32_base
|
||||
[esp32_base]
|
||||
@@ -248,7 +248,7 @@ lib_deps =
|
||||
|
||||
[env:linux]
|
||||
platform = https://github.com/geeksville/platform-portduino.git
|
||||
src_filter = ${env.src_filter} +<../../Portduino/src> -<esp32/> -<nimble/>
|
||||
build_flags = ${env.build_flags} -I../Portduino/src -I../Portduino/cores/arduino/api
|
||||
src_filter = ${env.src_filter} -<esp32/> -<nimble/>
|
||||
build_flags = ${env.build_flags} -DRADIOLIB_SOFTWARE_SERIAL_UNSUPPORTED
|
||||
framework = arduino
|
||||
board = linux_x86_64
|
||||
|
||||
Reference in New Issue
Block a user