mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-27 15:02:41 +00:00
18 lines
696 B
INI
18 lines
696 B
INI
; The t-rex Muzi board
|
|
[env:t-rex]
|
|
extends = nrf52840_base
|
|
board = t-rex
|
|
board_check = true
|
|
build_flags = ${nrf52840_base.build_flags} -Ivariants/t-rex -D T_REX
|
|
-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/t-rex> +<mesh/api/> +<mqtt/>
|
|
lib_deps =
|
|
${nrf52840_base.lib_deps}
|
|
${networking_base.lib_deps}
|
|
https://github.com/RAKWireless/RAK13800-W5100S/archive/1.0.2.zip
|
|
rakwireless/RAKwireless NCP5623 RGB LED library@^1.0.2
|
|
artronshop/ArtronShop_RX8130CE@1.0.0
|