mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-16 21:05:35 +03:00
major port handler rework
This commit is contained in:
parent
801ed36fd7
commit
38d6a80ae2
3 changed files with 115 additions and 108 deletions
|
@ -226,7 +226,7 @@ GUI_control.prototype.tab_switch_cleanup = function(callback) {
|
|||
});
|
||||
break;
|
||||
case 'sensors':
|
||||
GUI.interval_kill_all(['port_handler', 'port_usage']);
|
||||
GUI.interval_kill_all(['port_usage']);
|
||||
serial.empty_output_buffer();
|
||||
|
||||
// sensor data tab uses scrollbars, emptying the content before loading another tab
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue