mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 11:29:53 +03:00
utilize latest changes in serial lib
This commit is contained in:
parent
4b2d5c4a48
commit
e3ec48452c
2 changed files with 10 additions and 4 deletions
|
@ -106,7 +106,7 @@ $(document).ready(function() {
|
|||
});
|
||||
|
||||
function onOpen(openInfo) {
|
||||
if (openInfo.connectionId > 0) {
|
||||
if (openInfo) {
|
||||
// update connected_to
|
||||
GUI.connected_to = GUI.connecting_to;
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue