EnviroDIY / Arduino-SDI-12

An Arduino library for SDI-12 communication with a wide variety of environmental sensors. This library provides a general software solution, without requiring any additional hardware.
https://github.com/EnviroDIY/Arduino-SDI-12/wiki
BSD 3-Clause "New" or "Revised" License
158 stars 100 forks source link

[Issue 63] Increase the size of the receive buffer from 64 to 81 whic… #64

Closed peterj43 closed 4 years ago

peterj43 commented 4 years ago

…h will allow a complete response to be received

aufdenkampe commented 4 years ago

@peterj43, thanks for raising this issue in #63!

@Kevin-M-Smith, thanks for your responsiveness. Are you able to do the review before we merge?

Looping in @SRGDamia1

SRGDamia1 commented 4 years ago

May want to add an #ifndef bracketing the definition so that someone can change the buffer size at will