changed the #endif statement in the comalive function

This commit is contained in:
ModuloFS 2023-10-13 22:54:31 +02:00
parent 0ac8f49c68
commit faf1a48677

View File

@ -635,11 +635,9 @@ void comalive(){
else{ else{
digitalWrite(StatLedPin, HIGH); digitalWrite(StatLedPin, HIGH);
} }
}
#endif #endif
} }
}
void reconnect(){ void reconnect(){