mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-20 06:45:12 +03:00
Fixed message about non-supported firmware.
This commit is contained in:
parent
4a1b68a64a
commit
a4d24a3d4f
1 changed files with 1 additions and 1 deletions
|
@ -506,7 +506,7 @@
|
||||||
"message": "This firmware version is <span class=\"message-negative\">not supported</span>. Please upgrade to firmware that supports api version <strong>$1</strong> or higher. Use CLI for backup before flashing. CLI backup/restore procedure is in the documention.<br />Alternatively download and use an old version of the configurator if you are not ready to upgrade."
|
"message": "This firmware version is <span class=\"message-negative\">not supported</span>. Please upgrade to firmware that supports api version <strong>$1</strong> or higher. Use CLI for backup before flashing. CLI backup/restore procedure is in the documention.<br />Alternatively download and use an old version of the configurator if you are not ready to upgrade."
|
||||||
},
|
},
|
||||||
"firmwareTypeNotSupported": {
|
"firmwareTypeNotSupported": {
|
||||||
"message": "Non - Cleanflight/Betaflight firmware is <span class=\"message-negative\">not supported</span>, except for CLI mode."
|
"message": "Non - Betaflight firmware is <span class=\"message-negative\">not supported</span>, except for CLI mode."
|
||||||
},
|
},
|
||||||
"firmwareUpgradeRequired": {
|
"firmwareUpgradeRequired": {
|
||||||
"message": "The firmware on this device needs upgrading to a newer version. Use CLI for backup before flashing. CLI backup/restore procedure is in the documention.<br />Alternatively download and use an old version of the configurator if you are not ready to upgrade."
|
"message": "The firmware on this device needs upgrading to a newer version. Use CLI for backup before flashing. CLI backup/restore procedure is in the documention.<br />Alternatively download and use an old version of the configurator if you are not ready to upgrade."
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue