v1.0.2
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 thanconst char*
, causing compile errors - Updated delegate examples for Loco objects to have both
receivedLocoUpdate()
for roster Loco objects, andreceivedLocoBroadcast()
for non-roster Loco objects - Ensure all delegate class implementations had
override
as they are implementing virtual methods