- fix for Connect.reconnect() not knowing about correct exceptions in C and Python.
0.19.9
- moved slope and offset (LinearEquation) functionality from WirelessNode to WirelessChannel. - added LinearEquation class.
0.19.8
- fix for InertialNode.name() function returning a name that was not supported by SensorCloud.
0.19.7
- changed WirelessNode.channels() to return a map instead of a vector, allowing easier channel lookup.
0.19.6
- added WirelessNode.channels() function which returns a vector of WirelessChannels. - added WirelessChannel set and get hardware gain (moved functionality from Node).
0.19.5
- fixed bug where page download responses containing 0xAA for certain reads would be parsed incorrectly.