firmware/variants/gat562_mesh_trial_tracker/platformio.ini
Hays Chan 4fc69e41a8 Remove obsolete bsec2 linker flag from GAT562 platformio.ini
The custom linker flag for bsec2 library path is no longer needed since the functionality was updated in PR #6712. This commit removes the redundant -L flag to align with the latest build configuration.

Co-authored-by: Austin <vidplace7@gmail.com>
2025-05-15 19:34:33 +10:00

13 lines
674 B
INI

; The very slick RAK wireless RAK 4631 / 4630 board - Unified firmware for 5005/19003, with or without OLED RAK 1921
[env:gat562_mesh_trial_tracker]
extends = nrf52840_base
board = gat562_mesh_trial_tracker
board_check = true
build_flags = ${nrf52840_base.build_flags} -Ivariants/gat562_mesh_trial_tracker -D GAT562_MESH_TRIAL_TRACKER
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
-DRADIOLIB_EXCLUDE_SX128X=1
-DRADIOLIB_EXCLUDE_SX127X=1
-DRADIOLIB_EXCLUDE_LR11X0=1
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/gat562_mesh_trial_tracker>
lib_deps =
${nrf52840_base.lib_deps}