1
0
Fork 0
mirror of https://github.com/betaflight/betaflight.git synced 2025-07-18 22:05:17 +03:00

instead of searching each update, use references

This commit is contained in:
cTn 2014-03-28 18:45:50 +01:00
parent db9a4f4dc0
commit 241b44e893
2 changed files with 27 additions and 18 deletions

View file

@ -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, [