removed Typo

This commit is contained in:
Alexander Richter 2023-09-23 16:32:24 +02:00
parent b5fbee0c37
commit 0f2a13acc7

View File

@ -621,7 +621,7 @@ void reconnect(){
Serial.println("resending Data"); Serial.println("resending Data");
#endif #endif
#ifdef INPUT #ifdef INPUTS
for (int x = 0; x < Inputs; x++){ for (int x = 0; x < Inputs; x++){
InState[x]= -1; InState[x]= -1;
} }