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:
authorPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-04-27 21:20:42 +0300
committerPawel Spychalski (DzikuVx) <pspychalski@gmail.com>2019-04-27 21:20:42 +0300
commit61189e4d6ce0060532b402bdf86722b871297dfd (patch)
tree9f9e2613cb0b82b08247eed01fcf0ed73a1712a2 /_locales
parent7bc94e130ae400daeab85df9a4a8aec77258a698 (diff)
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 d79036d3..f4946839 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."