data type fix on cycle counter

This commit is contained in:
LowPowerLab 2015-11-11 08:48:18 -05:00
parent bd50fa29df
commit 8b90afcf44
1 changed files with 1 additions and 1 deletions

View File

@ -123,7 +123,7 @@ void motionIRQ()
DEBUGln("IRQ");
}
byte batteryReportCycles=0;
uint16_t batteryReportCycles=0;
void loop() {
checkBattery();
if (motionDetected)