Skip to content

Commit a3bddfc

Browse files
committed
fix typo
1 parent 2d6e0a2 commit a3bddfc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

examples/Read_Flow_Rate_and_Volume/Read_Flow_Rate_and_Volume.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,8 +55,8 @@ void loop() {
5555
Serial.println(Sensor.getVolume());
5656
timebefore = millis();
5757
}
58-
59-
// Reset Volume
58+
59+
// Reset Volume
6060
if (millis() - reset >= 60000)
6161
{
6262
Sensor.resetVolume();

0 commit comments

Comments
 (0)