Skip to content

Commit 6faccae

Browse files
hayschanvidplace7
andauthored
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 <[email protected]>
1 parent 5290455 commit 6faccae

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

variants/gat562_mesh_trial_tracker/platformio.ini

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,6 @@ extends = nrf52840_base
44
board = gat562_mesh_trial_tracker
55
board_check = true
66
build_flags = ${nrf52840_base.build_flags} -Ivariants/gat562_mesh_trial_tracker -D GAT562_MESH_TRIAL_TRACKER
7-
-L "${platformio.libdeps_dir}/${this.__env__}/bsec2/src/cortex-m4/fpv4-sp-d16-hard"
87
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
98
-DRADIOLIB_EXCLUDE_SX128X=1
109
-DRADIOLIB_EXCLUDE_SX127X=1

0 commit comments

Comments
 (0)