JPHutchins / smp

Simple Management Protocol (SMP) for remotely managing MCU firmware
Apache License 2.0
8 stars 6 forks source link

Erroneous assertion in message.py #27

Closed JPHutchins closed 3 months ago

JPHutchins commented 3 months ago

3.0.0 errors were found in integration testing. The problem is cause by consolidation of post_model_init into the base class. When deserializing, the bytes should be set to the true bytes, not regenerated in post_model_init. It's a whole mess now 😭.