Skip to content

Commit bb03a2a

Browse files
committed
Update comments
1 parent 9d0a9c8 commit bb03a2a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

JeeNode-CEZ-pulse-count.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ volatile unsigned char sendMsgBatteryLevelTimer = SEND_MSG_BATT_EVERY;
2727
//Message max 8 bytes
2828
struct payload {
2929
unsigned int nrOfPulses;
30-
byte batteryLevel; //getVcc 1.0V = 0, 1.8V = 40, 3.3V = 115, 5.0V = 200, 6.0V = 250
30+
byte batteryLevel; //getVcc 1.0V=0, 1.8V=40, 3,0V=100, 3.3V=115, 5.0V=200, 6.0V=250
3131
bool doorOpenChanged;
3232
bool doorOpen;
3333
} payload;

0 commit comments

Comments
 (0)