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:
parent
21a75ea7d3
commit
8913b8bb1c
2 changed files with 20 additions and 19 deletions
|
@ -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;
|
||||
};
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue