mirror of
https://github.com/meshtastic/firmware.git
synced 2025-10-27 15:02:41 +00:00
20 lines
719 B
INI
20 lines
719 B
INI
; The R1 Neo board
|
|
[env:r1-neo]
|
|
extends = nrf52840_base
|
|
board = r1-neo
|
|
board_check = true
|
|
build_flags = ${nrf52840_base.build_flags}
|
|
-Ivariants/nrf52840/r1-neo
|
|
-D R1_NEO
|
|
-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/r1-neo> +<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
|