diff options
Diffstat (limited to 'src/displayapp/screens/Motion.cpp')
| -rw-r--r-- | src/displayapp/screens/Motion.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/displayapp/screens/Motion.cpp b/src/displayapp/screens/Motion.cpp index b9d5ab9..62f7ca9 100644 --- a/src/displayapp/screens/Motion.cpp +++ b/src/displayapp/screens/Motion.cpp @@ -176,7 +176,7 @@ void Motion::Refresh() { if (new_record) { uint32_t a = (best_jump_length*100000.0); lv_label_set_text_fmt(recordLabel, "%d.%03d", a/1000, a%1000); - if (best_jump_length > 0.03) { + if (best_jump_length > 0.01) { motorController.RunForDuration(35); } } |
