mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-17 21:35:33 +03:00
Fix slowdown looking for usb devices
This commit is contained in:
parent
981e219078
commit
acc035a61a
1 changed files with 1 additions and 1 deletions
|
@ -142,7 +142,7 @@ PortHandler.check = function () {
|
|||
GUI.updateManualPortVisibility();
|
||||
setTimeout(function () {
|
||||
self.check();
|
||||
}, 250);
|
||||
}, 500);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue