intercreate / smpclient

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

Fix #31/image upload match #33

Closed JPHutchins closed 4 months ago

JPHutchins commented 5 months ago

This fixes #31 by updating smp to 2.0.0. Additionally, an exception will be raised if the SMP server sends match == False on the final upload response packet.

This is not a breaking change.