diff options
| author | Michele Bini <michele.bini@gmail.com> | 2022-04-09 05:52:40 (GMT) |
|---|---|---|
| committer | Michele Bini <michele.bini@gmail.com> | 2022-04-09 05:52:40 (GMT) |
| commit | 6700e804b488a86455b3be45c5fda0ba113bfa51 (patch) | |
| tree | 56a1af262ae4d90e397243710b7be0e4f7489ea9 | |
| parent | f2eb53d8c99cb08286c5c456623210a6bf872584 (diff) | |
more adjustmentjumpdev
| -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); } } |
