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
* Make backup on flash an option
* Move initialization to main
* Alternative
* Just ask
* works locally
* Remove console.log
* Set no dialog by default
* Fix it
* Handle cancelling backup
* Make sonar happy
* Improve error handling
* Increase timeout to reduce corruption
Copy file name to clipboardExpand all lines: locales/en/messages.json
+12-6Lines changed: 12 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -56,9 +56,6 @@
56
56
"storageDeviceNotReady": {
57
57
"message": "The storage device is not ready. In the case of a microSD card, make sure it is properly recognised by your flight controller."
58
58
},
59
-
"options_title": {
60
-
"message": "Application Options"
61
-
},
62
59
"connect": {
63
60
"message": "Connect"
64
61
},
@@ -3827,9 +3824,6 @@
3827
3824
"unstableFirmwareAcknowledgementFlash": {
3828
3825
"message": "Flash"
3829
3826
},
3830
-
"firmwareFlasherPreviousDevice": {
3831
-
"message": "Detected: <strong>$1</strong> - previous device still flashing, please replug to try again"
3832
-
},
3833
3827
"firmwareFlasherRemindBackupTitle": {
3834
3828
"message": "Wipe out settings",
3835
3829
"description": "Warning message title before actual flashing takes place"
@@ -3846,6 +3840,15 @@
3846
3840
"message": "Ignore the risk",
3847
3841
"description": "Ignore creating a backup before actual flashing takes place"
3848
3842
},
3843
+
"firmwareBackupEnabled": {
3844
+
"message": "Backup enabled"
3845
+
},
3846
+
"firmwareBackupDisabled": {
3847
+
"message": "Backup disabled"
3848
+
},
3849
+
"firmwareBackupAsk": {
3850
+
"message": "Ask before backup"
3851
+
},
3849
3852
"ledStripHelp": {
3850
3853
"message": "The flight controller can control colors and effects of individual LEDs on a strip.<br />Configure LEDs on the grid, configure wiring order then attach LEDs on your aircraft according to grid positions. LEDs without wire ordering number will not be saved.<br />Double-click on a color to edit the HSV values."
3851
3854
},
@@ -7170,6 +7173,9 @@
7170
7173
"cliAutoComplete": {
7171
7174
"message": "Advanced CLI AutoComplete"
7172
7175
},
7176
+
"firmwareBackupOnFlash": {
7177
+
"message": "Create a backup before flashing new target"
0 commit comments