data type fix on cycle counter
This commit is contained in:
parent
bd50fa29df
commit
8b90afcf44
|
|
@ -123,7 +123,7 @@ void motionIRQ()
|
|||
DEBUGln("IRQ");
|
||||
}
|
||||
|
||||
byte batteryReportCycles=0;
|
||||
uint16_t batteryReportCycles=0;
|
||||
void loop() {
|
||||
checkBattery();
|
||||
if (motionDetected)
|
||||
|
|
|
|||
Loading…
Reference in New Issue