mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-27 15:02:41 +00:00
16 lines
620 B
INI
16 lines
620 B
INI
; GAT562 Mesh Tracker Pro with Trackball support
|
|
[env:gat562_mesh_tracker_pro]
|
|
extends = nrf52840_base
|
|
board = gat562_mesh_tracker_pro
|
|
board_level = extra
|
|
build_flags = ${nrf52840_base.build_flags}
|
|
-I variants/nrf52840/gat562_mesh_tracker_pro
|
|
-D GAT562_MESH_TRACKER_PRO
|
|
-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/nrf52840/gat562_mesh_tracker_pro>
|
|
lib_deps =
|
|
${nrf52840_base.lib_deps}
|