Arduino-SDI-12 icon indicating copy to clipboard operation
Arduino-SDI-12 copied to clipboard

fixed issue in slave example where some commands sent slave into unresponsive state

Open StephenCatsamas opened this issue 1 year ago • 0 comments

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.

StephenCatsamas avatar Feb 01 '24 22:02 StephenCatsamas