mirror of
https://github.com/iNavFlight/inav-configurator.git
synced 2025-07-24 16:55:22 +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
|
@ -356,7 +356,7 @@ TABS.sensors.initialize = function (callback) {
|
|||
});
|
||||
|
||||
// timer initialization
|
||||
helper.interval.killAll(['status_pull']);
|
||||
helper.interval.killAll(['status_pull', 'global_data_refresh']);
|
||||
|
||||
// data pulling timers
|
||||
if (checkboxes[0] || checkboxes[1] || checkboxes[2]) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue