ArduinoCMRI icon indicating copy to clipboard operation
ArduinoCMRI copied to clipboard

The process function does not return the packet type processed

Open MonitorComputing opened this issue 5 years ago • 0 comments

Despite what the README and function documentation in the cpp source file says the process function simply returns a bool, true for "poll" or "set" otherwise false. That's a shame as I have an application where if no "poll" is processed I'd like to trigger a transmit to cause an immediate update.

MonitorComputing avatar Aug 04 '20 09:08 MonitorComputing