[ADD] auto calibration in startup scene

This commit is contained in:
Sem van der Hoeven
2021-06-11 16:19:41 +02:00
parent a65f3391f7
commit 3f172e1484
2 changed files with 61 additions and 2 deletions

View File

@@ -42,5 +42,7 @@ namespace toolbox
* @return: True if the timer has finished
*/
bool HasFinished() const { return has_finished; }
void Reset() { current_time = 0; }
};
}