Skip to content

Commit 93fc3a3

Browse files
authored
Update main.ino
1 parent 5a76bc9 commit 93fc3a3

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

main/main.ino

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,10 +28,10 @@
2828
//----------------- Timers Definition ---------------------------------
2929
#include "millisDelay.h"
3030
millisDelay thingSpeakDelay;
31-
int thingSpeakDelaylenght = 10 *60000; // [minutes] Set the interval to gather data and push to GSheet
31+
int thingSpeakDelaylenght = 10 *60000; // [minutes] Set the interval to gather data and push to ThingSpeak
3232
int thingSpeakDelayfirstrunlenght = 10 *1000; // [seconds] Set the interval for the first run of timer above
3333
millisDelay readingsSCD41Delay;
34-
int readingsSCD41Delaylenght = 1 *60000; // [minutes] Set the interval to gather data and push to GSheet
34+
int readingsSCD41Delaylenght = 1 *60000; // [minutes] Set the interval to gather data and push to ThingSpeak
3535
int thingSpeakCounter = 0;
3636

3737
millisDelay displayDelay;
@@ -194,4 +194,4 @@ void loop()
194194

195195
}
196196

197-
}
197+
}

0 commit comments

Comments
 (0)