JPHutchins / smp

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

BREAKING CHANGE: fix #13: move Intercreate group ID out of GroupID enum #15

Closed JPHutchins closed 6 months ago

JPHutchins commented 6 months ago

Fixes #13. Regular GroupId IntEnum is now reserved for specified SMP groups. Users can optionally register their custom group IDs in UserGroupId but no validation is done.

This is a breaking change for all dependencies that expect the Intercreate group ID to be in the GroupId enum.