mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-18 22:05:13 +03:00
Update port selection after initialization
This commit is contained in:
parent
b5c2216970
commit
b691740d55
1 changed files with 1 additions and 0 deletions
|
@ -162,6 +162,7 @@ PortHandler.check_serial_devices = function () {
|
|||
currentPorts = self.updatePortSelect(currentPorts);
|
||||
self.selectPort(currentPorts);
|
||||
self.initialPorts = currentPorts;
|
||||
GUI.updateManualPortVisibility();
|
||||
} else {
|
||||
self.removePort(currentPorts);
|
||||
self.detectPort(currentPorts);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue