Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/iNavFlight/inav-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorPaweł Spychalski <pspychalski@gmail.com>2019-04-28 16:29:42 +0300
committerGitHub <noreply@github.com>2019-04-28 16:29:42 +0300
commitcec7997bfc2d0c6ff452d6c1a73e8530970d6094 (patch)
tree8e38d5e1074c6de590925292f9f580ec759277e8 /_locales
parent06c907ba56bf77a7a303c92c45a7ab0e89b49a70 (diff)
parent61189e4d6ce0060532b402bdf86722b871297dfd (diff)
Merge pull request #757 from iNavFlight/dzikuvx-min-max-firmware-changes
Set min and max supported firmware
Diffstat (limited to '_locales')
-rwxr-xr-x_locales/en/messages.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/_locales/en/messages.json b/_locales/en/messages.json
index 61167f0d..f4203f4a 100755
--- a/_locales/en/messages.json
+++ b/_locales/en/messages.json
@@ -159,7 +159,7 @@
"message": "No configuration received within <span style=\"color: red\">10 seconds</span>, communication <span style=\"color: red\">failed</span>"
},
"firmwareVersionNotSupported": {
- "message": "This firmware version is <span style=\"color: red\">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."
+ "message": "This firmware version is <span style=\"color: red\">not supported</span>. This version of Configurator supports firmware from $1 to $2 (excluded)"
},
"firmwareVariantNotSupported": {
"message": "This firmware variant is <span style=\"color: red\">not supported</span>. Please upgrade to INAV firmware. Use CLI for backup before flashing. CLI backup/restore procedure is in the documention."