File tree Expand file tree Collapse file tree 13 files changed +13
-13
lines changed
simple_logging_LearnEnviroDIY Expand file tree Collapse file tree 13 files changed +13
-13
lines changed Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const char* sketchName = "DRWI_CitSci.ino";
54
54
// Logger ID, also becomes the prefix for the name of the data file on SD card
55
55
const char * LoggerID = " XXXXX" ;
56
56
// How frequently (in minutes) to log data
57
- const uint8_t loggingInterval = 5 ;
57
+ const uint8_t loggingInterval = 15 ;
58
58
// Your logger's timezone.
59
59
const int8_t timeZone = -5 ; // Eastern Standard Time
60
60
// NOTE: Daylight savings time will not be applied! Please use standard time!
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const char* sketchName = "DRWI_DigiLTE.ino";
54
54
// Logger ID, also becomes the prefix for the name of the data file on SD card
55
55
const char * LoggerID = " XXXXX" ;
56
56
// How frequently (in minutes) to log data
57
- const uint8_t loggingInterval = 5 ;
57
+ const uint8_t loggingInterval = 15 ;
58
58
// Your logger's timezone.
59
59
const int8_t timeZone = -5 ; // Eastern Standard Time
60
60
// NOTE: Daylight savings time will not be applied! Please use standard time!
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ const char* sketchName = "DRWI_Mayfly1.ino";
60
60
// Logger ID, also becomes the prefix for the name of the data file on SD card
61
61
const char * LoggerID = " XXXXX" ;
62
62
// How frequently (in minutes) to log data
63
- const uint8_t loggingInterval = 5 ;
63
+ const uint8_t loggingInterval = 15 ;
64
64
// Your logger's timezone.
65
65
const int8_t timeZone = -5 ; // Eastern Standard Time
66
66
// NOTE: Daylight savings time will not be applied! Please use standard time!
Original file line number Diff line number Diff line change @@ -60,7 +60,7 @@ const char* sketchName = "DRWI_Mayfly1_WiFi.ino";
60
60
// Logger ID, also becomes the prefix for the name of the data file on SD card
61
61
const char * LoggerID = " XXXXX" ;
62
62
// How frequently (in minutes) to log data
63
- const uint8_t loggingInterval = 5 ;
63
+ const uint8_t loggingInterval = 15 ;
64
64
// Your logger's timezone.
65
65
const int8_t timeZone = -5 ; // Eastern Standard Time
66
66
// NOTE: Daylight savings time will not be applied! Please use standard time!
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const char* sketchName = "DRWI_NoCellular.ino";
39
39
// Logger ID, also becomes the prefix for the name of the data file on SD card
40
40
const char * LoggerID = " XXXXX" ;
41
41
// How frequently (in minutes) to log data
42
- const uint8_t loggingInterval = 5 ;
42
+ const uint8_t loggingInterval = 15 ;
43
43
// Your logger's timezone.
44
44
const int8_t timeZone = -5 ; // Eastern Standard Time
45
45
// NOTE: Daylight savings time will not be applied! Please use standard time!
Original file line number Diff line number Diff line change @@ -61,7 +61,7 @@ const char* sketchName = "DRWI_SIM7080LTE.ino";
61
61
// Logger ID, also becomes the prefix for the name of the data file on SD card
62
62
const char * LoggerID = " XXXXX" ;
63
63
// How frequently (in minutes) to log data
64
- const uint8_t loggingInterval = 5 ;
64
+ const uint8_t loggingInterval = 15 ;
65
65
// Your logger's timezone.
66
66
const int8_t timeZone = -5 ; // Eastern Standard Time
67
67
// NOTE: Daylight savings time will not be applied! Please use standard time!
Original file line number Diff line number Diff line change @@ -55,7 +55,7 @@ const char* sketchName = "baro_rho_correction.ino";
55
55
// Logger ID, also becomes the prefix for the name of the data file on SD card
56
56
const char * LoggerID = " XXXXX" ;
57
57
// How frequently (in minutes) to log data
58
- const uint8_t loggingInterval = 1 ;
58
+ const uint8_t loggingInterval = 15 ;
59
59
// Your logger's timezone.
60
60
const int8_t timeZone = -5 ; // Eastern Standard Time
61
61
// NOTE: Daylight savings time will not be applied! Please use standard time!
Original file line number Diff line number Diff line change @@ -101,7 +101,7 @@ const char* sketchName = "data_saving.ino";
101
101
// Logger ID, also becomes the prefix for the name of the data file on SD card
102
102
const char * LoggerID = " XXXXX" ;
103
103
// How frequently (in minutes) to log data
104
- const uint8_t loggingInterval = 5 ;
104
+ const uint8_t loggingInterval = 15 ;
105
105
// Your logger's timezone.
106
106
const int8_t timeZone = -5 ; // Eastern Standard Time
107
107
// NOTE: Daylight savings time will not be applied! Please use standard time!
Original file line number Diff line number Diff line change @@ -54,7 +54,7 @@ const char* sketchName = "logging_to MMW.ino";
54
54
// Logger ID, also becomes the prefix for the name of the data file on SD card
55
55
const char * LoggerID = " XXXXX" ;
56
56
// How frequently (in minutes) to log data
57
- const uint8_t loggingInterval = 5 ;
57
+ const uint8_t loggingInterval = 15 ;
58
58
// Your logger's timezone.
59
59
const int8_t timeZone = -5 ; // Eastern Standard Time
60
60
// NOTE: Daylight savings time will not be applied! Please use standard time!
Original file line number Diff line number Diff line change @@ -57,7 +57,7 @@ const char* sketchName = "logging_to_ThingSpeak.ino";
57
57
// Logger ID, also becomes the prefix for the name of the data file on SD card
58
58
const char * LoggerID = " XXXXX" ;
59
59
// How frequently (in minutes) to log data
60
- const uint8_t loggingInterval = 5 ;
60
+ const uint8_t loggingInterval = 15 ;
61
61
// Your logger's timezone.
62
62
const int8_t timeZone = -5 ; // Eastern Standard Time
63
63
// NOTE: Daylight savings time will not be applied! Please use standard time!
Original file line number Diff line number Diff line change @@ -246,7 +246,7 @@ const char* sketchName = "menu_a_la_carte.ino";
246
246
// Logger ID, also becomes the prefix for the name of the data file on SD card
247
247
const char * LoggerID = " XXXXX" ;
248
248
// How frequently (in minutes) to log data
249
- const uint8_t loggingInterval = 5 ;
249
+ const uint8_t loggingInterval = 15 ;
250
250
// Your logger's timezone.
251
251
const int8_t timeZone = -5 ; // Eastern Standard Time
252
252
// NOTE: Daylight savings time will not be applied! Please use standard time!
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const char* sketchName = "simple_logging.ino";
39
39
// Logger ID, also becomes the prefix for the name of the data file on SD card
40
40
const char * LoggerID = " XXXXX" ;
41
41
// How frequently (in minutes) to log data
42
- const uint8_t loggingInterval = 5 ;
42
+ const uint8_t loggingInterval = 15 ;
43
43
// Your logger's timezone.
44
44
const int8_t timeZone = -5 ; // Eastern Standard Time
45
45
// NOTE: Daylight savings time will not be applied! Please use standard time!
Original file line number Diff line number Diff line change @@ -39,7 +39,7 @@ const char* sketchName = "simple_logging.ino";
39
39
// Logger ID, also becomes the prefix for the name of the data file on SD card
40
40
const char * LoggerID = " XXXXX" ;
41
41
// How frequently (in minutes) to log data
42
- const uint8_t loggingInterval = 5 ;
42
+ const uint8_t loggingInterval = 15 ;
43
43
// Your logger's timezone.
44
44
const int8_t timeZone = -5 ; // Eastern Standard Time
45
45
// NOTE: Daylight savings time will not be applied! Please use standard time!
You can’t perform that action at this time.
0 commit comments