bluerobotics / ping-python

Python scripts and examples for the Ping sonar.
MIT License
40 stars 29 forks source link

brping: pingmessage: Fix payload_length check #117

Closed patrickelectric closed 2 years ago

patrickelectric commented 2 years ago

This should be zero and not one, the error was introduced in a rework on #110: https://github.com/bluerobotics/ping-python/pull/110/files#diff-ed2c04d88418d534a1ae078d8a994d08848d370ca71de0d0af5ab5f7b6f19d99R345

Signed-off-by: Patrick José Pereira patrickelectric@gmail.com