GAT562: Use PRIVATE_HW (fix build) (#8198)

This commit is contained in:
Austin 2025-10-03 17:48:21 -04:00 committed by GitHub
parent c7208ca05b
commit 0c2283e19e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -6,7 +6,8 @@ board = gat562_mesh_trial_tracker
board_check = true board_check = true
build_flags = ${nrf52840_base.build_flags} build_flags = ${nrf52840_base.build_flags}
-I variants/nrf52840/gat562_mesh_trial_tracker -I variants/nrf52840/gat562_mesh_trial_tracker
-D GAT562_MESH_TRIAL_TRACKER ;-D GAT562_MESH_TRIAL_TRACKER
-D PRIVATE_HW
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely. -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_SX128X=1
-DRADIOLIB_EXCLUDE_SX127X=1 -DRADIOLIB_EXCLUDE_SX127X=1