Arduino-SDI-12
Arduino-SDI-12 copied to clipboard
fixed issue in slave example where some commands sent slave into unresponsive state
This pull request fixes an issue in example: h_SDI-12_slave_implementation.ino
Previously sending some commands (eg: 5!) would lead to a call of forceHold() without a call to forceListen(). This would send the slave into an unresponsive state.