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

Update SDI12_boards.cpp #71

Closed gabbas1 closed 3 years ago

gabbas1 commented 3 years ago

Hey,

I tried to compile the code for Attiny85 and noticed a bug in the code. It seams like there are just some semicolons and a linebreake missing. After fixing that everything works fine so far.

SRGDamia1 commented 3 years ago

Nice catch, thank you!