Home › Forums › Environmental Sensors › Sensor reading errors using Meter Teros modular library › Reply To: Sensor reading errors using Meter Teros modular library
2024-01-02 at 3:57 PM
#18289
Are you using PlatformIO or the Arduino IDE? In PlatformIO, you can add it to the build_flag section of your platformio.ini file. Add -DMS_SDI12_NON_CONCURRENT
right below the -DSDI12_EXTERNAL_PCINT
line in the example ini file. If you’re using the Arduino IDE, you need to open up SDI12Sensors.h and add the line #define MS_SDI12_NON_CONCURRENT
around line 67, right below the header guard.