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
Release 1.3.0
Support for the 2.0 firmware and its features which include Aloha Mode for compatibility with the Enterprise system.
Also includes a serious refactor of the ByteStructure data structures and its derivatives which is much more transparent.
Hotfix release 1.2.6 (#61)
* Fix switch of operation modes values (closes#48)
The Operation mode registry (0x22) contains 0 when the jumper sets the device as a Tag and contains 1 when the jumper sets the device as an anchor. Therefore, the constants are switched in the library to match the behavior of the device.
* Hotfix/filter data (#60)
* Fix data storing
FilterData always returns 0 when reading data from reg due to improper self.data initialization.
* Fix improper method name in call
* Fix bit operation priority
The + operator is called prior to the shift operator wich produce invalid result
* Added full discovery as tool, version bump, structured tools a bit