Skip to content

Commit

Permalink
Update main.ino
Browse files Browse the repository at this point in the history
  • Loading branch information
fusiandrea28 authored May 21, 2023
1 parent 5a76bc9 commit 93fc3a3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions main/main.ino
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@
//----------------- Timers Definition ---------------------------------
#include "millisDelay.h"
millisDelay thingSpeakDelay;
int thingSpeakDelaylenght = 10 *60000; // [minutes] Set the interval to gather data and push to GSheet
int thingSpeakDelaylenght = 10 *60000; // [minutes] Set the interval to gather data and push to ThingSpeak
int thingSpeakDelayfirstrunlenght = 10 *1000; // [seconds] Set the interval for the first run of timer above
millisDelay readingsSCD41Delay;
int readingsSCD41Delaylenght = 1 *60000; // [minutes] Set the interval to gather data and push to GSheet
int readingsSCD41Delaylenght = 1 *60000; // [minutes] Set the interval to gather data and push to ThingSpeak
int thingSpeakCounter = 0;

millisDelay displayDelay;
Expand Down Expand Up @@ -194,4 +194,4 @@ void loop()

}

}
}

0 comments on commit 93fc3a3

Please sign in to comment.