mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 08:45:26 +03:00
msp queue load
This commit is contained in:
parent
9594880041
commit
083eee3115
7 changed files with 53 additions and 7 deletions
|
@ -76,7 +76,7 @@ GUI_control.prototype.log = function (message) {
|
|||
GUI_control.prototype.tab_switch_cleanup = function (callback) {
|
||||
MSP.callbacks_cleanup(); // we don't care about any old data that might or might not arrive
|
||||
|
||||
helper.interval.killAll(['global_data_refresh']);
|
||||
helper.interval.killAll(['global_data_refresh', 'msp-load-update']);
|
||||
|
||||
if (this.active_tab) {
|
||||
TABS[this.active_tab].cleanup(callback);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue