Skip to content

Commit

Permalink
Remove experimental backup and restore (#4007)
Browse files Browse the repository at this point in the history
* Remove experimental backup and restore

* Fixes per review
  • Loading branch information
haslinghuis authored Jun 7, 2024
1 parent a0ef597 commit 63b2eb0
Show file tree
Hide file tree
Showing 6 changed files with 7 additions and 915 deletions.
6 changes: 0 additions & 6 deletions locales/en/messages.json
Original file line number Diff line number Diff line change
Expand Up @@ -813,12 +813,6 @@
"initialSetupRebootBootloaderText": {
"message": "Reboot into <strong>boot loader / DFU</strong> mode."
},
"initialSetupBackupSuccess": {
"message": "Backup saved <span class=\"message-positive\">successfully</span>"
},
"initialSetupRestoreSuccess": {
"message": "Configuration restored <span class=\"message-positive\">successfully</span>"
},
"initialSetupButtonResetZaxis": {
"message": "Reset Z axis, offset: 0 deg"
},
Expand Down
3 changes: 0 additions & 3 deletions src/components/port-picker/FirmwareVirtualOption.vue
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,6 @@ export default {
{ value: "1.46.0", label: "MSP: 1.46 | Firmware: 4.5.*" },
{ value: "1.45.0", label: "MSP: 1.45 | Firmware: 4.4.*" },
{ value: "1.44.0", label: "MSP: 1.44 | Firmware: 4.3.*" },
{ value: "1.43.0", label: "MSP: 1.43 | Firmware: 4.2.*" },
{ value: "1.42.0", label: "MSP: 1.42 | Firmware: 4.1.*" },
{ value: "1.41.0", label: "MSP: 1.41 | Firmware: 4.0.*" },
],
};
},
Expand Down
Loading

0 comments on commit 63b2eb0

Please sign in to comment.