mirror of
https://github.com/meshtastic/Meshtastic-Apple.git
synced 2026-04-20 22:13:56 +00:00
Initial unified Meshtastic-OTA updater support
This commit is contained in:
parent
811bbdfd20
commit
10ffdf9e10
15 changed files with 1552 additions and 381 deletions
|
|
@ -5274,6 +5274,13 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"BLE Device" : {
|
||||
"comment" : "A label displayed under the name of a BLE device.",
|
||||
"isCommentAutoGenerated" : true
|
||||
},
|
||||
"BLE OTA Updating" : {
|
||||
|
||||
},
|
||||
"BLE Pin must be 6 digits long." : {
|
||||
"localizations" : {
|
||||
|
|
@ -13646,6 +13653,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"ESP32 BLE Updater" : {
|
||||
"comment" : "The title of the view.",
|
||||
"isCommentAutoGenerated" : true
|
||||
},
|
||||
"ESP32 Device Firmware Update" : {
|
||||
"extractionState" : "stale",
|
||||
"localizations" : {
|
||||
|
|
@ -13685,6 +13696,10 @@
|
|||
"comment" : "The title of the view.",
|
||||
"isCommentAutoGenerated" : true
|
||||
},
|
||||
"ESP32 WiFi Updater" : {
|
||||
"comment" : "The title of the view.",
|
||||
"isCommentAutoGenerated" : true
|
||||
},
|
||||
"Ethernet Options" : {
|
||||
"localizations" : {
|
||||
"it" : {
|
||||
|
|
@ -14904,6 +14919,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Firmware File" : {
|
||||
|
||||
},
|
||||
"Firmware installation is not supported for this device architecture." : {
|
||||
"comment" : "An alert message displayed when attempting to install firmware on a device that is not supported.",
|
||||
|
|
@ -18234,7 +18252,10 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"If you device has the WiFi updater loaded into the OTA_1 partition, you can attempt to use the WiFi update process." : {
|
||||
"If you device has the proper updater loaded into the OTA_1 partition, you can attempt to use the BLE update process." : {
|
||||
|
||||
},
|
||||
"If you device has the proper updater loaded into the OTA_1 partition, you can attempt to use the WiFi update process." : {
|
||||
|
||||
},
|
||||
"Ignore MQTT" : {
|
||||
|
|
@ -22772,6 +22793,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Network Location" : {
|
||||
|
||||
},
|
||||
"Network Status Orange" : {
|
||||
"localizations" : {
|
||||
|
|
@ -26368,6 +26392,9 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"Please be sure this is correct before proceeding." : {
|
||||
|
||||
},
|
||||
"Please connect to a device to see firmware updates." : {
|
||||
|
||||
|
|
@ -28514,8 +28541,8 @@
|
|||
}
|
||||
}
|
||||
},
|
||||
"Reboot into OTA Update Mode" : {
|
||||
"comment" : "A button that initiates a reboot of the connected device into OTA update mode.",
|
||||
"Reboot into Wifi OTA Update Mode" : {
|
||||
"comment" : "A button label that prompts the user to reboot their device into OTA update mode.",
|
||||
"isCommentAutoGenerated" : true
|
||||
},
|
||||
"Reboot node?" : {
|
||||
|
|
@ -41797,9 +41824,6 @@
|
|||
}
|
||||
}
|
||||
}
|
||||
},
|
||||
"WiFi Firmware Update" : {
|
||||
|
||||
},
|
||||
"WiFi Options" : {
|
||||
"localizations" : {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue