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
Fixing ITimer's timeout value from type uint16_t to uint32_t
Using dynamic allocation for libezsp instances rather than a singleton pattern. This allows to re-init the library or support more than one dongle (in theory)
Supporting multiple EZSP payload extracts from one ash stream
Adding libEzsp.getNetworkKey() to API (accessible via mainEzspTest's -k switch)
Implementing operator<<() on a few classes, including ByteBuffer to allow for easier buffer dump to logs.