dfieschko / RP1210

A Python32 implementation of the RP1210C standard. Now with 100% test coverage!
MIT License
20 stars 12 forks source link

Pass ClientMessage arg in SendMessage() through sanitize_msg_param() #71

Closed dfieschko closed 2 years ago

dfieschko commented 2 years ago

This is required to make it compatible with the J1939Message class (which will evaluate to bytes in sanitize_msg_param()).