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

Activate groundstation when MSP switches to LTM

This commit is contained in:
Pawel Spychalski (DzikuVx) 2024-04-22 22:42:43 +02:00
parent eae4e132e5
commit 5d39267768
7 changed files with 13 additions and 6 deletions

View file

@ -93,7 +93,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', 'msp-load-update']);
helper.interval.killAll(['global_data_refresh', 'msp-load-update', 'ltm-connection-check']);
helper.mspBalancedInterval.flush();
if (this.active_tab) {