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:
authorJ Blackman <blckmn@users.noreply.github.com>2022-10-17 23:36:30 +0300
committerGitHub <noreply@github.com>2022-10-17 23:36:30 +0300
commita49a6b98ba926bd08298f640ae5b1617a665a36c (patch)
tree9bf7363175736a59293a8bed0f969aa8ac02ab73
parent00ecf2b494fb4f357ba3b6a85ccf12b90c6061f4 (diff)
parentb691740d554e3cb7aa3d5cf195a42065d92348d9 (diff)
Merge pull request #3027 from ASDosjani/port_update
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 bfa5d626..8d10afe6 100644
--- a/src/js/port_handler.js
+++ b/src/js/port_handler.js
@@ -168,6 +168,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);