1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-16 04:45:24 +03:00

implemented new more powerful port handler

This commit is contained in:
cTn 2014-02-21 14:47:30 +01:00
parent 5a195e3b09
commit 844121e4bf
6 changed files with 201 additions and 110 deletions

View file

@ -226,7 +226,7 @@ GUI_control.prototype.tab_switch_cleanup = function(callback) {
});
break;
case 'sensors':
GUI.interval_kill_all(['port-update', 'port_usage']);
GUI.interval_kill_all(['port_handler', 'port_usage']);
serial.empty_output_buffer();
// sensor data tab uses scrollbars, emptying the content before loading another tab