mirror of
https://github.com/meshtastic/firmware.git
synced 2025-12-21 18:22:32 +00:00
14 lines
675 B
INI
14 lines
675 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}
|