Merge pull request #4 from ModuloFS/define_buck

changed the #endif placement in the comalive function
This commit is contained in:
Alexander Richter 2023-10-15 09:48:33 +02:00 committed by GitHub
commit b0a17700ac
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -635,10 +635,8 @@ void comalive(){
else{ else{
digitalWrite(StatLedPin, HIGH); digitalWrite(StatLedPin, HIGH);
} }
#endif
} }
#endif
} }