mirror of
https://github.com/meshtastic/firmware.git
synced 2025-07-31 02:45:41 +00:00
16 lines
697 B
INI
16 lines
697 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}
|
|
-I variants/nrf52840/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/nrf52840/gat562_mesh_trial_tracker>
|
|
lib_deps =
|
|
${nrf52840_base.lib_deps}
|