mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-28 07:13:25 +00:00
GAT562: Use PRIVATE_HW (fix build) (#8198)
This commit is contained in:
parent
c7208ca05b
commit
0c2283e19e
@ -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
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user