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

Dummy dialog

This commit is contained in:
Pawel Spychalski (DzikuVx) 2019-11-02 15:24:56 +01:00
parent 0016746d93
commit f18696ab9a
6 changed files with 388 additions and 203 deletions

View file

@ -336,6 +336,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) {