We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d0a9c8 commit bb03a2aCopy full SHA for bb03a2a
JeeNode-CEZ-pulse-count.ino
@@ -27,7 +27,7 @@ volatile unsigned char sendMsgBatteryLevelTimer = SEND_MSG_BATT_EVERY;
27
//Message max 8 bytes
28
struct payload {
29
unsigned int nrOfPulses;
30
- byte batteryLevel; //getVcc 1.0V = 0, 1.8V = 40, 3.3V = 115, 5.0V = 200, 6.0V = 250
+ byte batteryLevel; //getVcc 1.0V=0, 1.8V=40, 3,0V=100, 3.3V=115, 5.0V=200, 6.0V=250
31
bool doorOpenChanged;
32
bool doorOpen;
33
} payload;
0 commit comments