update to no autonomo code

This commit is contained in:
Nico Schottelius 2016-09-16 17:19:30 +02:00
parent a7b733106a
commit b95424a0f3

View file

@ -59,7 +59,7 @@ void blink(int length) {
GREEN(); GREEN();
break; break;
case 4: case 4:
YELLOW(); WHITE();
break; break;
} }
delay(length); delay(length);