mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-23 16:25:22 +03:00
Update message using old firmware
This commit is contained in:
parent
272cfea963
commit
f0e84ae856
1 changed files with 2 additions and 2 deletions
4
main.js
4
main.js
|
@ -68,7 +68,7 @@ $(document).ready(function () {
|
||||||
}
|
}
|
||||||
|
|
||||||
if (CONFIGURATOR.connectionValidCliOnly) {
|
if (CONFIGURATOR.connectionValidCliOnly) {
|
||||||
GUI.log('You need to <strong>Upgrade</strong> your firmware before you can view any of the tabs');
|
GUI.log('You need to <strong>upgrade</strong> your firmware before you can view any of the tabs. Use CLI for backup before flashing!');
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -330,4 +330,4 @@ String.prototype.format = function () {
|
||||||
return this.replace(/\{(\d+)\}/g, function (t, i) {
|
return this.replace(/\{(\d+)\}/g, function (t, i) {
|
||||||
return args[i] !== void 0 ? args[i] : "{"+(i-args.length)+"}";
|
return args[i] !== void 0 ? args[i] : "{"+(i-args.length)+"}";
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue