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

removing MSP pass through mode

This commit is contained in:
cTn 2014-09-08 17:52:07 +02:00
parent 78b282f458
commit a96e804359
4 changed files with 32 additions and 74 deletions

View file

@ -56,7 +56,7 @@ $(document).ready(function () {
tab = $(self).parent().prop('class');
// if there is no active connection, return
if (!CONFIGURATOR.connectionValid && tab != 'tab_logging') {
if (!CONFIGURATOR.connectionValid) {
GUI.log('You need to <strong>connect</strong> before you can view any of the tabs');
return;
}