1
0
Fork 0
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:
cTn 2014-02-03 10:07:54 +01:00
parent 4b2d5c4a48
commit e3ec48452c
2 changed files with 10 additions and 4 deletions

View file

@ -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;