mirror of
https://github.com/meshtastic/firmware.git
synced 2026-01-08 10:57:51 +00:00
* Migrate all of the Meshtastic API attributes into the ini as a source of truth * Cleanup garbage coalescing * Another spot * We already account for inkhud and mui * Consolidate * Removed them * Boogers * Infer * Copying manifest should always succeed * Remove portduino guards * Rename * None
47 lines
2.3 KiB
INI
47 lines
2.3 KiB
INI
; 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.
|
|
[env:rak_wismeshtap]
|
|
custom_meshtastic_hw_model = 84
|
|
custom_meshtastic_hw_model_slug = WISMESH_TAP
|
|
custom_meshtastic_architecture = nrf52840
|
|
custom_meshtastic_actively_supported = true
|
|
custom_meshtastic_support_level = 1
|
|
custom_meshtastic_display_name = RAK WisMesh Tap
|
|
custom_meshtastic_images = rak-wismeshtap.svg
|
|
custom_meshtastic_tags = RAK
|
|
|
|
extends = nrf52840_base
|
|
board = wiscore_rak4631
|
|
build_flags = ${nrf52840_base.build_flags}
|
|
-Ivariants/nrf52840/rak_wismeshtap
|
|
-DWISMESH_TAP
|
|
-DRAK_4631
|
|
-DEINK_DISPLAY_MODEL=GxEPD2_213_BN
|
|
-DEINK_WIDTH=250
|
|
-DEINK_HEIGHT=122
|
|
-DMESHTASTIC_EXCLUDE_WIFI=1
|
|
-DMESHTASTIC_EXCLUDE_DETECTIONSENSOR=1
|
|
-DMESHTASTIC_EXCLUDE_STOREFORWARD=1
|
|
-DMESHTASTIC_EXCLUDE_POWER_TELEMETRY=1
|
|
-DMESHTASTIC_EXCLUDE_ATAK=1
|
|
build_src_filter = ${nrf52_base.build_src_filter} +<../variants/nrf52840/rak_wismeshtap> +<mesh/eth/> +<mesh/api/> +<mqtt/>
|
|
lib_deps =
|
|
${nrf52840_base.lib_deps}
|
|
${networking_base.lib_deps}
|
|
# renovate: datasource=custom.pio depName=Melopero RV3028 packageName=melopero/library/Melopero RV3028
|
|
melopero/Melopero RV3028@1.2.0
|
|
# renovate: datasource=github-tags depName=RAK13800-W5100S packageName=RAKWireless/RAK13800-W5100S
|
|
https://github.com/RAKWireless/RAK13800-W5100S/archive/1.0.2.zip
|
|
# renovate: datasource=custom.pio depName=RAK NCP5623 RGB LED packageName=rakwireless/library/RAKwireless NCP5623 RGB LED library
|
|
rakwireless/RAKwireless NCP5623 RGB LED library@1.0.3
|
|
# renovate: datasource=custom.pio depName=TFT_eSPI packageName=bodmer/library/TFT_eSPI
|
|
bodmer/TFT_eSPI@2.5.43
|
|
# renovate: datasource=custom.pio depName=RAK12034 packageName=beegee-tokyo/library/RAKwireless RAK12034
|
|
beegee-tokyo/RAKwireless RAK12034@1.0.0
|
|
# renovate: datasource=custom.pio depName=RAK14014-FT6336U packageName=beegee-tokyo/library/RAK14014-FT6336U
|
|
beegee-tokyo/RAK14014-FT6336U@1.0.1
|
|
# renovate: datasource=custom.pio depName=RAK12035_SoilMoisture packageName=beegee-tokyo/library/RAK12035_SoilMoisture
|
|
beegee-tokyo/RAK12035_SoilMoisture@1.0.4
|
|
debug_tool = jlink
|
|
; If not set we will default to uploading over serial (first it forces bootloader entry by talking 1200bps to cdcacm)
|
|
;upload_protocol = jlink
|