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:
authorASDosjani <aronmartonffy@gmail.com>2022-09-24 03:35:34 +0300
committerASDosjani <aronmartonffy@gmail.com>2022-10-16 20:55:22 +0300
commitb691740d554e3cb7aa3d5cf195a42065d92348d9 (patch)
treea0aadf0241f85854d9a77b2fc320df6f4eb461a2
parentb5c2216970972a83a57e6239b8a9bf641997e021 (diff)
Update port selection after initialization
-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);