1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-20 06:45:16 +03:00

Update message using old firmware

This commit is contained in:
Roeland Lutters 2015-01-07 09:21:42 +01:00
parent 272cfea963
commit f0e84ae856

View file

@ -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;
} }