Fix timer not being set correctly for unstable identifier error screen

This commit is contained in:
Laura Hausmann 2023-04-22 03:39:41 +02:00
parent 9fe4ee9862
commit 23dfc31c74
Signed by: zotan
GPG key ID: D044E84C5BE01605

View file

@ -244,6 +244,7 @@ void loop() {
else {
lastStatusText = "Unstable identifier";
state = STATE_RESULT_FAILURE;
timer = millis();
return;
}
}