mirror of
https://github.com/betaflight/betaflight.git
synced 2025-07-19 14:25:20 +03:00
removal of char_counter, new port_usage, i18n
added bitrate to serial object, removed last bits of 'port_handler' interval code forgotten in the kill routines, new port_usage is now saved in a separate file
This commit is contained in:
parent
241b44e893
commit
58d43c381b
11 changed files with 73 additions and 27 deletions
|
@ -216,7 +216,7 @@ function tab_initialize_sensors() {
|
|||
chrome.storage.local.set({'sensor_refresh_rates': rates});
|
||||
|
||||
// timer initialization
|
||||
GUI.interval_kill_all(['port_handler', 'port_usage']);
|
||||
GUI.interval_kill_all();
|
||||
|
||||
// data pulling timers
|
||||
GUI.interval_add('status_pull', function status_data_pull() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue