This commit is contained in:
Max 2021-04-27 23:44:59 +01:00
parent 45b3e377ca
commit 6a0dda6c69

View File

@ -255,6 +255,10 @@ void checkBatteryVoltage() {
int loopcounter = 0; int loopcounter = 0;
void loop() { void loop() {
// getPillCount();
// delay(100);
loopcounter++; loopcounter++;
if(loopcounter > 50000000){ if(loopcounter > 50000000){
loopcounter = 0; loopcounter = 0;