feat: Add RAK2560 hardware model and graphic (#1543)

Adds the RAK2560 to the list of supported devices and associates it with the corresponding vector drawable.
This commit is contained in:
James Rich 2025-02-15 22:17:57 -06:00 committed by GitHub
parent 86128a19c8
commit e11d726e27
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 281 additions and 0 deletions

View file

@ -270,6 +270,22 @@
],
"requiresDfu": true
},
{
"hwModel": 22,
"hwModelSlug": "WISMESH_HUB",
"platformioTarget": "rak2560",
"architecture": "nrf52840",
"activelySupported": true,
"supportLevel": 1,
"displayName": "RAK WisMesh Repeater",
"tags": [
"RAK"
],
"images": [
"rak2560.svg"
],
"requiresDfu": true
},
{
"hwModel": 25,
"hwModelSlug": "STATION_G1",