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:
commit
a49a6b98ba
1 changed files with 1 additions and 0 deletions
|
@ -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);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue