From 8b90afcf4425e57df50f455c73aae7b235dab21d Mon Sep 17 00:00:00 2001 From: LowPowerLab Date: Wed, 11 Nov 2015 08:48:18 -0500 Subject: [PATCH] data type fix on cycle counter --- Examples/MotionMote/MotionMote.ino | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Examples/MotionMote/MotionMote.ino b/Examples/MotionMote/MotionMote.ino index 35cb4a8..d5950cd 100644 --- a/Examples/MotionMote/MotionMote.ino +++ b/Examples/MotionMote/MotionMote.ino @@ -123,7 +123,7 @@ void motionIRQ() DEBUGln("IRQ"); } -byte batteryReportCycles=0; +uint16_t batteryReportCycles=0; void loop() { checkBattery(); if (motionDetected)