Update
This commit is contained in:
parent
45b3e377ca
commit
6a0dda6c69
@ -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;
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user