feat: firmware bootloader ota warnings (#3846)

This commit is contained in:
Mac DeCourcy 2025-11-28 20:17:40 -08:00 committed by GitHub
parent b18ad56113
commit d4a30c0b24
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
8 changed files with 253 additions and 30 deletions

View file

@ -0,0 +1,24 @@
{
"devices": [
{
"hwModel": 18,
"hwModelSlug": "NANO_G2_ULTRA",
"requiresBootloaderUpgradeForOta": true,
"infoUrl": "https://github.com/RAKWireless/WisBlock/tree/master/bootloader/RAK4630/Latest/WisCore_RAK4631_Bootloader"
},
{
"hwModel": 9,
"hwModelSlug": "RAK4631",
"requiresBootloaderUpgradeForOta": true,
"infoUrl": "https://github.com/RAKWireless/WisBlock/tree/master/bootloader/RAK4630/Latest/WisCore_RAK4631_Bootloader"
},
{
"hwModel": 96,
"hwModelSlug": "NOMADSTAR_METEOR_PRO",
"requiresBootloaderUpgradeForOta": true,
"infoUrl": "https://github.com/RAKWireless/WisBlock/tree/master/bootloader/RAK4630/Latest/WisCore_RAK4631_Bootloader"
}
]
}