ArduinoCMRI
ArduinoCMRI copied to clipboard
The process function does not return the packet type processed
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.