mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-15 20:35:19 +03:00
fixes for global status pull handler
This commit is contained in:
parent
3f196a9505
commit
eff3eb2420
6 changed files with 40 additions and 38 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();
|
||||
helper.interval.killAll(['global_data_refresh']);
|
||||
|
||||
if (this.active_tab) {
|
||||
TABS[this.active_tab].cleanup(callback);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue