1
0
Fork 0
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:
Miguel Angel Mulero Martinez 2019-04-22 09:44:43 +02:00
parent 981e219078
commit acc035a61a

View file

@ -142,7 +142,7 @@ PortHandler.check = function () {
GUI.updateManualPortVisibility();
setTimeout(function () {
self.check();
}, 250);
}, 500);
});
};