1
0
Fork 0
mirror of https://github.com/iNavFlight/inav-configurator.git synced 2025-07-13 03:19:54 +03:00

Merge remote-tracking branch 'origin/master' into release-2-3-0

This commit is contained in:
Pawel Spychalski (DzikuVx) 2019-11-20 23:56:16 +01:00
commit 22335fa99e
25 changed files with 1532 additions and 3610 deletions

View file

@ -340,6 +340,7 @@ function onConnect() {
}, 100);
helper.interval.add('global_data_refresh', helper.periodicStatusUpdater.run, helper.periodicStatusUpdater.getUpdateInterval(serial.bitrate), false);
helper.defaultsDialog.init();
}
function onClosed(result) {