mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-19 14:25:14 +03:00
instead of searching each update, use references
This commit is contained in:
parent
db9a4f4dc0
commit
241b44e893
2 changed files with 27 additions and 18 deletions
|
@ -312,7 +312,7 @@ function tab_initialize_sensors() {
|
|||
// Remove old data from array
|
||||
while (debug_data[i].length > 300) {
|
||||
debug_data[i].shift();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
Flotr.draw(e_graph_debug1, [
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue