Wake up, it's MONDAY! Eesh, I can't type today...

This commit is contained in:
GuruSR 2021-11-29 15:14:40 -05:00 committed by GitHub
parent 92d162c8f6
commit 4266f1ac6f
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -11,5 +11,5 @@ class WatchyBatt {
return analogRead(35); return analogRead(35);
return 0.0; return 0.0;
}; };
} };
#endif #endif