Stay awake for 1s to ensure clean measurements

This commit is contained in:
Thomas Kolb 2019-10-03 01:47:22 +02:00
parent 550a7dd1e2
commit 7dd084fe63
1 changed files with 1 additions and 1 deletions

View File

@ -1025,7 +1025,7 @@ int main(void)
// Woke up again.
lcd_set_cursor_pos(0, 0);
lcd_send_string(" ");
time_in_state = 9900; // run the voltage test again
time_in_state = 9000; // run the voltage test again
#else
time_in_state = 0;
#endif