Skip to content

Commit 88daf88

Browse files
committed
Version bump
1 parent b1ff323 commit 88daf88

File tree

29 files changed

+42
-42
lines changed

29 files changed

+42
-42
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.23.12
10+
This example sketch is written for ModularSensors library version 0.23.13
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
@@ -40,7 +40,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
4040
// Data Logger Settings
4141
// ==========================================================================
4242
// The library version this example was written for
43-
const char *libraryVersion = "0.23.12";
43+
const char *libraryVersion = "0.23.13";
4444
// The name of this file
4545
const char *sketchName = "DWRI_CitSci.ino";
4646
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/DRWI_CitSci/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build_flags =
2222
-DSDI12_EXTERNAL_PCINT
2323
-DNEOSWSERIAL_EXTERNAL_PCINT
2424
lib_deps =
25-
EnviroDIY_ModularSensors@0.23.12
25+
EnviroDIY_ModularSensors@0.23.13
2626
; ^^ Use this when working from an official release of the library
2727
; https://github.com/EnviroDIY/ModularSensors.git#develop
2828
; ^^ Use this when if you want to pull from the develop branch

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.23.12
10+
This example sketch is written for ModularSensors library version 0.23.13
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
@@ -40,7 +40,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
4040
// Data Logger Settings
4141
// ==========================================================================
4242
// The library version this example was written for
43-
const char *libraryVersion = "0.23.12";
43+
const char *libraryVersion = "0.23.13";
4444
// The name of this file
4545
const char *sketchName = "DRWI_LTE.ino";
4646
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/DRWI_LTE/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ lib_ignore = RTCZero
2121
build_flags =
2222
-DSDI12_EXTERNAL_PCINT
2323
lib_deps =
24-
EnviroDIY_ModularSensors@0.23.12
24+
EnviroDIY_ModularSensors@0.23.13
2525
; ^^ Use this when working from an official release of the library
2626
; https://github.com/EnviroDIY/ModularSensors.git#develop
2727
; ^^ Use this when if you want to pull from the develop branch

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.23.12
10+
This example sketch is written for ModularSensors library version 0.23.13
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
@@ -34,7 +34,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
3434
// Data Logger Settings
3535
// ==========================================================================
3636
// The library version this example was written for
37-
const char *libraryVersion = "0.23.12";
37+
const char *libraryVersion = "0.23.13";
3838
// The name of this file
3939
const char *sketchName = "DRWI_NoCellular.ino";
4040
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/DRWI_NoCellular/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@ build_flags =
2222
-DSDI12_EXTERNAL_PCINT
2323
-DNEOSWSERIAL_EXTERNAL_PCINT
2424
lib_deps =
25-
EnviroDIY_ModularSensors@0.23.12
25+
EnviroDIY_ModularSensors@0.23.13
2626
; ^^ Use this when working from an official release of the library
2727
; https://github.com/EnviroDIY/ModularSensors.git#develop
2828
; ^^ Use this when if you want to pull from the develop branch

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.23.12
10+
This example sketch is written for ModularSensors library version 0.23.13
1111
1212
This sketch is an example of logging data to an SD card and sending the data to
1313
the EnviroDIY data portal.
@@ -43,7 +43,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
4343
// Data Logger Settings
4444
// ==========================================================================
4545
// The library version this example was written for
46-
const char *libraryVersion = "0.23.12";
46+
const char *libraryVersion = "0.23.13";
4747
// The name of this file
4848
const char *sketchName = "baro_rho_correction.ino";
4949
// Logger ID, also becomes the prefix for the name of the data file on SD card

examples/baro_rho_correction/platformio.ini

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ build_flags =
2323
-DSDI12_EXTERNAL_PCINT
2424
-DNEOSWSERIAL_EXTERNAL_PCINT
2525
lib_deps =
26-
EnviroDIY_ModularSensors@0.23.12
26+
EnviroDIY_ModularSensors@0.23.13
2727
; ^^ Use this when working from an official release of the library
2828
; https://github.com/EnviroDIY/ModularSensors.git#develop
2929
; ^^ Use this when if you want to pull from the develop branch

examples/cuahsi_workshop/cuahsi_workshop.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.23.12
10+
This example sketch is written for ModularSensors library version 0.23.13
1111
1212
This shows most of the standard functions of the library at once.
1313
@@ -42,7 +42,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
4242
// Data Logger Settings
4343
// ==========================================================================
4444
// The library version this example was written for
45-
const char *libraryVersion = "0.23.12";
45+
const char *libraryVersion = "0.23.13";
4646
// The name of this file
4747
const char *sketchName = "cuahsi_workshop.ino";
4848
// 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.23.12
10+
This example sketch is written for ModularSensors library version 0.23.13
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.
@@ -42,7 +42,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
4242
// Data Logger Settings
4343
// ==========================================================================
4444
// The library version this example was written for
45-
const char *libraryVersion = "0.23.12";
45+
const char *libraryVersion = "0.23.13";
4646
// The name of this file
4747
const char *sketchName = "data_saving.ino";
4848
// Logger ID, also becomes the prefix for the name of the data file on SD card

0 commit comments

Comments
 (0)