mirror of
https://github.com/UtilitechAS/amsreader-firmware.git
synced 2026-01-27 20:48:36 +00:00
Merge branch 'main' into dev-v2.3
This commit is contained in:
@@ -1075,7 +1075,7 @@ void handleButton(unsigned long now) {
|
||||
void errorBlink() {
|
||||
if(lastError == 3)
|
||||
lastError = 0;
|
||||
lastErrorBlink = millis();
|
||||
lastErrorBlink = millis64();
|
||||
while(lastError < 3) {
|
||||
switch(lastError++) {
|
||||
case 0:
|
||||
|
||||
Reference in New Issue
Block a user