Update config.json to include RAK3401

Add flasher support for RAK 3401
This commit is contained in:
txkbaldlaw 2026-01-30 20:31:43 -06:00 committed by GitHub
parent e023661bbc
commit 9050e549dd
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -2827,6 +2827,57 @@
}
]
},
{
"maker": "rak",
"class": "community",
"name": "RAK Wireless WisBlock / WisMesh (RAK 3401)",
"icon": "/img/lora.svg",
"tooltip": "<img class='device' src='/img/rak_3401.svg'>",
"type": "nrf52",
"erase": "FLASH_ERASE_nrf52_softdevice_v6.zip",
"firmware": [
{
"role": "companionBle",
"github": {
"type": "companion",
"files": {
"flash": "RAK_3401_companion_radio_ble.*?\\.zip",
"download": "RAK_3401_companion_radio_ble.*?\\.uf2"
}
}
},
{
"role": "companionUsb",
"github": {
"type": "companion",
"files": {
"flash": "RAK_3401_companion_radio_usb.*?\\.zip",
"download": "RAK_3401_companion_radio_usb.*?\\.uf2"
}
}
},
{
"role": "repeater",
"github": {
"type": "repeater",
"files": {
"flash": "RAK_3401_[rR]epeater.*?\\.zip",
"download": "RAK_3401_[rR]epeater.*?\\.uf2"
}
}
},
{
"role": "roomServer",
"github": {
"type": "room-server",
"files": {
"flash": "RAK_3401_room_server.*?\\.zip",
"download": "RAK_3401_room_server.*?\\.uf2"
}
}
}
]
},
{
"maker": "rak",
"class": "community",
@ -3708,4 +3759,4 @@
]
}
]
}
}