mercedes-benz / odxtools

odxtools is a collection of utilities to interact with the diagnostic functionality of automotive electronic control units using python
MIT License
171 stars 70 forks source link

Fix reserved encoding #316

Closed andlaus closed 2 months ago

andlaus commented 2 months ago

encode_state.emplace_bytes() only works if the bit position is zero. Besides this, #315 is also included because @radoering does not seem to be able to sign the CLA.

Andreas Lauser <andreas.lauser@mercedes-benz.com>, on behalf of MBition GmbH. Provider Information

andlaus commented 2 months ago

since this is pretty self-evident, trivial and important, I'll self-merge this without review.