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 +}