You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Mar 27, 2024. It is now read-only.
Hey Tommi. It's been a few months since I looked over this and you've moved up to V3 which is cool ;).
Just looking at the split between the Dongle and API projects and there seems to be a lot of stuff in the dongle project that's not dongle related (eg the cluster libraries seem to be there).
Shouldn't there be a cleaner split between the zigbee layers, so that the API and implementation of the cluster library is in one project, and the definition of the dongle, and implementation of the dongle are in separate projects?
Currently, it doesn't appear to me that it's possible to implement a different dongle without reuse of the 2531 project.
Maybe I misunderstand how it's now meant to work - any guidance?