File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed
Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 2828// ----------------- Timers Definition ---------------------------------
2929#include " millisDelay.h"
3030millisDelay 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
3232int thingSpeakDelayfirstrunlenght = 10 *1000 ; // [seconds] Set the interval for the first run of timer above
3333millisDelay 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
3535int thingSpeakCounter = 0 ;
3636
3737millisDelay displayDelay;
@@ -194,4 +194,4 @@ void loop()
194194
195195 }
196196
197- }
197+ }
You can’t perform that action at this time.
0 commit comments