1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-18 13:55:14 +03:00

Merge pull request #3027 from ASDosjani/port_update

Update port selection after initialization
This commit is contained in:
J Blackman 2022-10-18 07:36:30 +11:00 committed by GitHub
commit a49a6b98ba
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -168,6 +168,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);