2023-11-13 05:20:49 -07:00
; The very slick RAK wireless RAK10701 Field Tester device. Note you will have to flash to Arduino bootloader to use this firmware. Be aware touch is not currently working.
2024-11-11 20:37:43 +08:00
[env:rak_wismeshtap]
2023-11-13 05:20:49 -07:00
extends = nrf52840_base
board = wiscore_rak4631
2024-11-19 22:57:46 -06:00
build_flags = ${nrf52840_base.build_flags} -Ivariants/rak_wismeshtap -DWISMESH_TAP -DRAK_4631
2023-11-13 05:20:49 -07:00
-DGPS_POWER_TOGGLE ; comment this line to disable triple press function on the user button to turn off gps entirely.
2024-02-29 04:45:15 +13:00
-DEINK_DISPLAY_MODEL = GxEPD2_213_BN
-DEINK_WIDTH = 250
-DEINK_HEIGHT = 122
2024-11-11 20:37:43 +08:00
-DMESHTASTIC_EXCLUDE_WIFI = 1
2024-11-12 20:16:40 +08:00
-DMESHTASTIC_EXCLUDE_DETECTIONSENSOR = 1
-DMESHTASTIC_EXCLUDE_STOREFORWARD = 1
-DMESHTASTIC_EXCLUDE_POWER_TELEMETRY = 1
-DMESHTASTIC_EXCLUDE_ATAK = 1
2024-11-11 20:37:43 +08:00
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/rak_wismeshtap> +<mesh/eth/> +<mesh/api/> +<mqtt/>
2023-11-13 05:20:49 -07:00
lib_deps =
${nrf52840_base.lib_deps}
${networking_base.lib_deps}
melopero/Melopero RV3028@^1.1.0
2025-03-29 12:19:05 +01:00
https://github.com/RAKWireless/RAK13800-W5100S/archive/1.0.2.zip
2023-11-13 05:20:49 -07:00
rakwireless/RAKwireless NCP5623 RGB LED library@^1.0.2
bodmer/TFT_eSPI
2024-06-15 08:36:20 +08:00
beegee-tokyo/RAKwireless RAK12034@^1.0.0
beegee-tokyo/RAK14014-FT6336U @ 1.0.1
2023-11-13 05:20:49 -07:00
debug_tool = jlink
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
2024-11-12 20:16:40 +08:00
;upload_protocol = jlink