bluerobotics / ping-cpp

C++ API implementation of ping-protocol
13 stars 13 forks source link

Parse bugs #29

Closed jaxxzer closed 2 years ago

jaxxzer commented 4 years ago

bugfixes!

bugs encountered when parsing Ping1d::goto_bootloader (zero length payload)

Decoding any zero length payload message is not handled correctly in master, that's what this addresses.

patrickelectric commented 2 years ago

Done in #42