Skip to content

Commit fe9c95e

Browse files
committed
Version bump
1 parent 0d5363a commit fe9c95e

File tree

15 files changed

+27
-27
lines changed

15 files changed

+27
-27
lines changed

examples/DRWI_CitSci/DRWI_CitSci.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.21.3
10+
This example sketch is written for ModularSensors library version 0.21.4
1111
1212
This sketch is an example of logging data to an SD card and sending the data to
1313
both the EnviroDIY data portal as should be used by groups involved with
@@ -28,7 +28,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2828
// Data Logger Settings
2929
// ==========================================================================
3030
// The library version this example was written for
31-
const char *libraryVersion = "0.21.3";
31+
const char *libraryVersion = "0.21.4";
3232
// The name of this file
3333
const char *sketchName = "DWRI_CitSci.ino";
3434
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/DRWI_LTE/DRWI_LTE.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.21.3
10+
This example sketch is written for ModularSensors library version 0.21.4
1111
1212
This sketch is an example of logging data to an SD card and sending the data to
1313
both the EnviroDIY data portal as should be used by groups involved with
@@ -28,7 +28,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2828
// Data Logger Settings
2929
// ==========================================================================
3030
// The library version this example was written for
31-
const char *libraryVersion = "0.21.3";
31+
const char *libraryVersion = "0.21.4";
3232
// The name of this file
3333
const char *sketchName = "DRWI_LTE.ino";
3434
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/DRWI_NoCellular/DRWI_NoCellular.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.21.3
10+
This example sketch is written for ModularSensors library version 0.21.4
1111
1212
This sketch is an example of logging data to an SD card as should be used by
1313
groups involved with The William Penn Foundation's Delaware River Watershed
@@ -28,7 +28,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2828
// Data Logger Settings
2929
// ==========================================================================
3030
// The library version this example was written for
31-
const char *libraryVersion = "0.21.3";
31+
const char *libraryVersion = "0.21.4";
3232
// The name of this file
3333
const char *sketchName = "DRWI_NoCellular.ino";
3434
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/baro_rho_correction/baro_rho_correction.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.21.3
10+
This example sketch is written for ModularSensors library version 0.21.4
1111
1212
This sketch is an example of logging data to an SD card and sending the data to
1313
the EnviroDIY data portal.
@@ -27,7 +27,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2727
// Data Logger Settings
2828
// ==========================================================================
2929
// The library version this example was written for
30-
const char *libraryVersion = "0.21.3";
30+
const char *libraryVersion = "0.21.4";
3131
// The name of this file
3232
const char *sketchName = "baro_rho_correction.ino";
3333
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/data_saving/data_saving.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.21.3
10+
This example sketch is written for ModularSensors library version 0.21.4
1111
1212
This sketch is an example of logging data to an SD card and sending only a
1313
portion of that data to the EnviroDIY data portal.
@@ -27,7 +27,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2727
// Data Logger Settings
2828
// ==========================================================================
2929
// The library version this example was written for
30-
const char *libraryVersion = "0.21.3";
30+
const char *libraryVersion = "0.21.4";
3131
// The name of this file
3232
const char *sketchName = "data_saving.ino";
3333
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/double_logger/double_logger.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.21.3
10+
This example sketch is written for ModularSensors library version 0.21.4
1111
1212
This sketch is an example of logging data from different variables at two
1313
different logging intervals. This example uses more of the manual functions
@@ -28,7 +28,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2828
// Data Logger Settings
2929
// ==========================================================================
3030
// The library version this example was written for
31-
const char *libraryVersion = "0.21.3";
31+
const char *libraryVersion = "0.21.4";
3232
// The name of this file
3333
const char *sketchName = "double_logger.ino";
3434
// Logger ID - we're only using one logger ID for both "loggers"

examples/logging_to_MMW/logging_to_MMW.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.21.3
10+
This example sketch is written for ModularSensors library version 0.21.4
1111
1212
This shows most of the standard functions of the library at once.
1313
@@ -26,7 +26,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2626
// Data Logger Settings
2727
// ==========================================================================
2828
// The library version this example was written for
29-
const char *libraryVersion = "0.21.3";
29+
const char *libraryVersion = "0.21.4";
3030
// The name of this file
3131
const char *sketchName = "logging_to MMW.ino";
3232
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/logging_to_ThingSpeak/logging_to_ThingSpeak.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.21.3
10+
This example sketch is written for ModularSensors library version 0.21.4
1111
1212
This sketch is an example of logging data to an SD card and sending the data to
1313
ThingSpeak.
@@ -27,7 +27,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2727
// Data Logger Settings
2828
// ==========================================================================
2929
// The library version this example was written for
30-
const char *libraryVersion = "0.21.3";
30+
const char *libraryVersion = "0.21.4";
3131
// The name of this file
3232
const char *sketchName = "logging_to_ThingSpeak.ino";
3333
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/menu_a_la_carte/menu_a_la_carte.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.21.3
10+
This example sketch is written for ModularSensors library version 0.21.4
1111
1212
This shows most of the standard functions of the library at once.
1313
@@ -26,7 +26,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2626
// Data Logger Settings
2727
// ==========================================================================
2828
// The library version this example was written for
29-
const char *libraryVersion = "0.21.3";
29+
const char *libraryVersion = "0.21.4";
3030
// The name of this file
3131
const char *sketchName = "menu_a_la_carte.ino";
3232
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/simple_logging/simple_logging.ino

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ Software License: BSD-3.
77
Copyright (c) 2017, Stroud Water Research Center (SWRC)
88
and the EnviroDIY Development Team
99
10-
This example sketch is written for ModularSensors library version 0.21.3
10+
This example sketch is written for ModularSensors library version 0.21.4
1111
1212
This sketch is an example of logging data to an SD card
1313
@@ -26,7 +26,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2626
// Data Logger Settings
2727
// ==========================================================================
2828
// The library version this example was written for
29-
const char *libraryVersion = "0.21.3";
29+
const char *libraryVersion = "0.21.4";
3030
// The name of this file
3131
const char *sketchName = "simple_logging.ino";
3232
// Logger ID, also becomes the prefix for the name of the data file on SD card

0 commit comments

Comments
 (0)