- Fix for DatalogDownloader incorrectly parsing a Version 1.0 datalogging session header.
0.16.0
- Added DatalogDownloader and LoggedDataSweep classes used to download logged data from a WirelessNode. - Standardized exception names to all be in the form: Error_MyCustomError. - Switched SampleRate type enums to match SensorCloud (Hertz = 1, Seconds = 0). - Changed CONFIG_DATA_COLLECTION_MODE to CONFIG_DATA_COLLECTION_METHOD.
0.15.8
- SyncSamplingNetwork addNode function can now take a pending SamplingConfig to use for network calculations. - Added retries to opening the serial port connection in the case of access denied, in case it is being closed.
0.15.7
- Added WirelessNode erase() function to erase datalogged data from a Node. - Added an extra check to the packet parsing integrity check functions, as a problem packet was discovered that should be thrown away but was accepted.
0.15.6
- StopNode cancel() now waits up to the baseCommandsTimeout for the canceled response. This is also the case in the destructor. - Fix for StopNode cancel() leaving bytes in the buffer than are then parsed when repeating a StopNode command.
0.15.5
- Added InertialNodeInfo supportedChannelFields() function to get the list of supported channel fields. - Added InertialNodeInfo supportsCategory() function to check whether an InertialCategory is supported.