Skip to content
Open
Show file tree
Hide file tree
Changes from 4 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions MIDAS/platformio.ini
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ build_unflags =
lib_deps =
adafruit/Adafruit LIS3MDL@^1.2.1 ; Magnetometer driver
stevemarple/MicroNMEA@^2.0.6 ; NMEA Parsing library (for GPS messages)
bblanchon/ArduinoJson @ ^6.19.4

build_src_filter = +<*> -<silsim/> +<hardware/> -<hilsim>

Expand All @@ -33,6 +34,7 @@ build_unflags =
lib_deps =
adafruit/Adafruit LIS3MDL@^1.2.1 ; Magnetometer driver
stevemarple/MicroNMEA@^2.0.6 ; NMEA Parsing library (for GPS messages)
bblanchon/ArduinoJson @ ^6.19.4

build_src_filter = +<*> -<silsim/> +<hardware/> -<hilsim>

Expand Down
Loading