mirror of
https://github.com/meshcore-dev/flasher.meshcore.dev.git
synced 2026-04-20 22:13:50 +00:00
Update config.json to include RAK3401
Add flasher support for RAK 3401
This commit is contained in:
parent
e023661bbc
commit
9050e549dd
1 changed files with 52 additions and 1 deletions
53
config.json
53
config.json
|
|
@ -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 @@
|
|||
]
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue