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
Add Save and Erase button for onboard logging (#4673)
* Add Save and Erase button for onboard logging
* Add missing handler
* Update disabled state toggle
* Nitpicks
* Nitpicks 2
* Remove unsupported
* Repeat check for not cancelled for consistency
* Only close dialog when open
Copy file name to clipboardExpand all lines: locales/en/messages.json
+4-3Lines changed: 4 additions & 3 deletions
Original file line number
Diff line number
Diff line change
@@ -3549,15 +3549,16 @@
3549
3549
"dataflashButtonSaveFile": {
3550
3550
"message": "Save flash to file..."
3551
3551
},
3552
-
"dataflashButtonSaveFileDeprecated": {
3553
-
"message": "Save flash to file... (unsupported)"
3554
-
},
3555
3552
"dataflashSavetoFileNote": {
3556
3553
"message": "Directly saving flash to file is slow and inherently prone to error / file corruption.<br>In some cases it will work for small files, but this is not supported and support requests for it will be closed without comment - use Mass Storage mode instead."
3557
3554
},
3558
3555
"dataflashSaveFileDepreciationHint": {
3559
3556
"message": "This method is slow and inherently prone to error / file corruption, because the MSP connection itself has intrinsic, fundamental limitations that make it unsuitable for file transfers. It may work for small log files only. Do not create support requests if file transfers fail when saved using this method. The recommended method is to use '<b>$t(onboardLoggingRebootMscText.message)</b>' (below) to activate the Mass Storage Mode, and access your flight controller as a storage device to download the log files."
3560
3557
},
3558
+
"dataflashButtonSaveAndErase": {
3559
+
"message": "Save & Erase",
3560
+
"description": "Button text to save blackbox logs to file and then erase the flash"
0 commit comments