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