Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/betaflight/betaflight-configurator.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/js/port_handler.js1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/js/port_handler.js b/src/js/port_handler.js
index bf8508ba..aed0da48 100644
--- a/src/js/port_handler.js
+++ b/src/js/port_handler.js
@@ -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);