You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
StringotaFailedTitle() =>Intl.message("Update Failed. Please restart your gear and try again", name:'otaFailedTitle', desc:'Title for the text that appears when an OTA update has failed');
StringotaFailedReasonDownloadFailed() =>Intl.message("Failed to download the firmware file", name:'otaFailedReasonDownloadFailed', desc:'downloadFailed error message for uploading firmware');
282
+
283
+
StringotaFailedReasonGearVersionMismatch() =>Intl.message("The firmware version on your gear does not match the uploaded firmware version", name:'otaFailedReasonGearVersionMismatch', desc:'gearVersionMismatch error message for uploading firmware');
284
+
285
+
StringotaFailedReasonGearReturnedError() =>Intl.message("The gear returned an unknown error", name:'otaFailedReasonGearReturnedError', desc:'gearReturnedError error message for uploading firmware');
286
+
287
+
StringotaFailedReasonUploadFailed() =>Intl.message("Failed to upload firmware to gear", name:'otaFailedReasonUploadFailed', desc:'uploadFailed error message for uploading firmware');
288
+
289
+
StringotaFailedReasonGearReconnectTimeout() =>Intl.message("The gear did not reconnect in time", name:'otaFailedReasonGearReconnectTimeout', desc:'gearReconnectTimeout error message for uploading firmware');
290
+
291
+
StringotaFailedReasonGearDisconnectTimeout() =>Intl.message("The gear did not disconnect in time and likely didn't reboot", name:'otaFailedReasonGearDisconnectTimeout', desc:'gearDisconnectTimeout error message for uploading firmware');
292
+
293
+
StringotaFailedReasonGearOtaFinalTimeout() =>Intl.message("Timed out waiting for gear to return its new firmware version", name:'otaFailedReasonGearOtaFinalTimeout', desc:'gearOtaFinalTimeout error message for uploading firmware');
294
+
279
295
StringotaLowBattery() =>Intl.message("Low Battery. Please charge your gear to at least 50%", name:'otaLowBattery', desc:'Title for the text that appears when an OTA update was blocked due to low battery');
0 commit comments