You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
An additional PacketHandler pointer type that includes the sender's pointer e.g. void onPacketReceived(const void* sender, const uint8_t* buffer, size_t size). Either functions can be set. Calling setPacketHandler() will always remove all previous function pointers.
Removed
Deprecated all but one basic void begin(Stream* stream) function. Use void setStream(Stream* stream) instead.
Reverted void PacketSerial_::begin(unsigned long speed, uint8_t config, size_t port).
Changed
Updated README.md, fixed errors, spelling and updated examples.