1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-16 04:45:18 +03:00

handle setups with no non-bt serial ports - for real

This commit is contained in:
Paul Rogalinski 2015-05-10 22:30:00 +02:00
parent 21a75ea7d3
commit 8913b8bb1c
2 changed files with 20 additions and 19 deletions

View file

@ -135,6 +135,7 @@ PortHandler.check = function () {
check_usb_devices();
}
GUI.updateManualPortVisibility();
setTimeout(function () {
self.check();
}, 250);
@ -252,4 +253,4 @@ PortHandler.flush_callbacks = function () {
}
return killed;
};
};