From 9050e549ddd52f4e7e0661da228e1782c59f0d61 Mon Sep 17 00:00:00 2001 From: txkbaldlaw <121059310+txkbaldlaw@users.noreply.github.com> Date: Fri, 30 Jan 2026 20:31:43 -0600 Subject: [PATCH] Update config.json to include RAK3401 Add flasher support for RAK 3401 --- config.json | 53 ++++++++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 52 insertions(+), 1 deletion(-) diff --git a/config.json b/config.json index f077dc3..cd3b661 100644 --- a/config.json +++ b/config.json @@ -2827,6 +2827,57 @@ } ] }, + { + "maker": "rak", + "class": "community", + "name": "RAK Wireless WisBlock / WisMesh (RAK 3401)", + "icon": "/img/lora.svg", + "tooltip": "", + "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 @@ ] } ] -} \ No newline at end of file +}