Skip to content

v1.0.2

Compare
Choose a tag to compare
@peteGSX peteGSX released this 01 Feb 21:25
· 12 commits to main since this release
d895bb1

There are no functional changes in this update, but we have fixed some examples:

  • Objects returned by the library had names declared as char* rather than const char*, causing compile errors
  • Updated delegate examples for Loco objects to have both receivedLocoUpdate() for roster Loco objects, and receivedLocoBroadcast() for non-roster Loco objects
  • Ensure all delegate class implementations had override as they are implementing virtual methods