mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-13 03:19:54 +03:00
Remove double initialization of helper.defaultsDialog
helper.defaultsDialog.init() was called from both onConnect() and onValidFirmware(). Thanks to @dzikuvx for pointing out that just the last call was enough.
This commit is contained in:
parent
ab011139be
commit
b7d36044b0
1 changed files with 0 additions and 1 deletions
|
@ -340,7 +340,6 @@ function onConnect() {
|
|||
}, 100);
|
||||
|
||||
helper.interval.add('global_data_refresh', helper.periodicStatusUpdater.run, helper.periodicStatusUpdater.getUpdateInterval(serial.bitrate), false);
|
||||
helper.defaultsDialog.init();
|
||||
}
|
||||
|
||||
function onClosed(result) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue