1
0
Fork 0
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:
cTn 2014-01-26 21:37:19 +01:00
parent c7dae0f5e3
commit c389a71ece
3 changed files with 18 additions and 4 deletions

View file

@ -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() {