mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-24 16:55:36 +03:00
implemented new more powerful port handler
This commit is contained in:
parent
5a195e3b09
commit
844121e4bf
6 changed files with 201 additions and 110 deletions
|
@ -208,7 +208,7 @@ function tab_initialize_sensors() {
|
|||
}
|
||||
|
||||
// timer initialization
|
||||
GUI.interval_kill_all(['port-update', 'port_usage']);
|
||||
GUI.interval_kill_all(['port_handler', 'port_usage']);
|
||||
|
||||
// data pulling timers
|
||||
GUI.interval_add('status_pull', function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue