1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-19 06:15:13 +03:00

Update port selection after initialization

This commit is contained in:
ASDosjani 2022-09-24 02:35:34 +02:00
parent b5c2216970
commit b691740d55

View file

@ -162,6 +162,7 @@ PortHandler.check_serial_devices = function () {
currentPorts = self.updatePortSelect(currentPorts); currentPorts = self.updatePortSelect(currentPorts);
self.selectPort(currentPorts); self.selectPort(currentPorts);
self.initialPorts = currentPorts; self.initialPorts = currentPorts;
GUI.updateManualPortVisibility();
} else { } else {
self.removePort(currentPorts); self.removePort(currentPorts);
self.detectPort(currentPorts); self.detectPort(currentPorts);