@@ -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.10
10+ This example sketch is written for ModularSensors library version 0.23.11
1111
1212This sketch is an example of logging data to an SD card and sending only a
1313portion of that data to the EnviroDIY data portal.
@@ -20,12 +20,6 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
2020// Defines for the Arduino IDE
2121// In PlatformIO, set these build flags in your platformio.ini
2222// ==========================================================================
23- #ifndef SDI12_EXTERNAL_PCINT
24- #define SDI12_EXTERNAL_PCINT
25- #endif
26- #ifndef NEOSWSERIAL_EXTERNAL_PCINT
27- #define NEOSWSERIAL_EXTERNAL_PCINT
28- #endif
2923#ifndef TINY_GSM_RX_BUFFER
3024#define TINY_GSM_RX_BUFFER 512
3125#endif
@@ -48,7 +42,7 @@ THIS CODE IS PROVIDED "AS IS" - NO WARRANTY IS GIVEN.
4842// Data Logger Settings
4943// ==========================================================================
5044// The library version this example was written for
51- const char *libraryVersion = " 0.23.10 " ;
45+ const char *libraryVersion = " 0.23.11 " ;
5246// The name of this file
5347const char *sketchName = " data_saving.ino" ;
5448// Logger ID, also becomes the prefix for the name of the data file on SD card
0 commit comments