mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 06:15:16 +03:00
adding method to empty send buffer, limits
This commit is contained in:
parent
c7dae0f5e3
commit
c389a71ece
3 changed files with 18 additions and 4 deletions
|
@ -209,7 +209,7 @@ function tab_initialize_sensors() {
|
|||
}
|
||||
|
||||
// timer initialization
|
||||
GUI.interval_kill_all(['port-update', 'port_usage', 'serial_read']);
|
||||
GUI.interval_kill_all(['port-update', 'port_usage']);
|
||||
|
||||
// data pulling timers
|
||||
GUI.interval_add('status_pull', function() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue