mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-06 09:57:52 +00:00
Making progress with OSFS, still WIP
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
[apollo3_base]
|
||||
extends = arduino_base
|
||||
platform = https://github.com/nigelb/platform-apollo3blue.git#2e8a9895cf82f2836c483885e6f89b3f83d3ade4
|
||||
platform_packages=framework-arduinoapollo3@https://github.com/sparkfun/Arduino_Apollo3#v2.2.2rc2
|
||||
framework = arduino
|
||||
build_type = debug
|
||||
build_flags =
|
||||
${arduino_base.build_flags}
|
||||
@@ -16,6 +16,7 @@ build_src_filter =
|
||||
-<nimble/>
|
||||
-<mesh/api/>
|
||||
-<mesh/http/>
|
||||
-<mesh/wifi/>
|
||||
-<modules/esp32>
|
||||
-<mesh/eth/>
|
||||
-<mqtt/>
|
||||
@@ -26,5 +27,6 @@ build_src_filter =
|
||||
lib_deps =
|
||||
${env.lib_deps}
|
||||
jgromes/RadioLib@^6.3.0
|
||||
charlesbaynham/OSFS@^1.2.3
|
||||
lib_ignore =
|
||||
mathertel/OneButton
|
||||
|
||||
Reference in New Issue
Block a user