typo FIX
This commit is contained in:
parent
31dec770d7
commit
59ea61af0f
1 changed files with 1 additions and 1 deletions
|
@ -87,7 +87,7 @@ void loop() {
|
|||
}
|
||||
|
||||
void buttonOnPressed() {
|
||||
state = STATE_OM;
|
||||
state = STATE_ON;
|
||||
stateBegan = millis();
|
||||
}
|
||||
|
||||
|
|
Reference in a new issue