madleech / ArduinoCMRI

Arduino library for connecting your computer to your model railroad.
27 stars 18 forks source link

The process function does not return the packet type processed #11

Open MonitorComputing opened 4 years ago

MonitorComputing commented 4 years ago

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.