Skip to content

Read command from the response is optional

Compare
Choose a tag to compare
@branoholy branoholy released this 22 Mar 15:23
· 55 commits to master since this release

Neato and Hokuyo place the input command in the front of their responses. However, some devices does not do that. This release brings a small change that enables to turn off reading of a command from the response.

regilo::SocketController controller;
controller.readCommand = false;