Skip to content

Commit 93e8f2e

Browse files
committed
Corrected Sketch header
1 parent fe8fdc0 commit 93e8f2e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/MySensors/examples/WaterMeterPulseSensor/WaterMeterPulseSensor.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
//
22
// Use this sensor to measure volume and flow of your house watermeter.
33
// You need to set the correct pulsefactor of your meter (pulses per m3).
4-
// The sensor starts by reading the pulse count reading from the eprom.
4+
// The sensor starts by fetching current volume reading from gateway (VAR 1).
55
// Reports both volume and flow back to gateway.
66
//
77
// Unfortunately millis() won't increment when the Arduino is in

0 commit comments

Comments
 (0)