Releases: Sensirion/arduino-upt-core
Releases · Sensirion/arduino-upt-core
Version 0.5.1
Fix download definition T_RH_VOC_NOX_PM25 to only have 1 sample per download pack. With 2 there was a buffer overflow leading to a crash when starting a data download for a gadget built with arduino-ble-gadget using T_RH_VOC_NOX_PM25 (e.g. SEN55 Example)
The fixed definition is supported by MyAmbience Version 3.5.0 onwards.
Version 0.5.0
see CHANGELOG.md
Version 0.4.0
Added SEN66 to known SensorType
for future support
Version 0.3.1
Fixed
Sample size for type RH_CO2_ALT resp Sample type 2 changed from 6 to 8 Bytes as specified in https://github.com/Sensirion/arduino-ble-gadget/blob/master/documents/00-Sensirion_BLE_communication_protocol.pdf
Solving issue Sensirion/arduino-ble-gadget#36
Version 0.3.0
[0.3.0] - Breaking Changes !
Added
- Additional SensorTypes for all detectable sensor versions
- BLEGadgetType enum for Sensirion BLE Gadgets
- Raw VOC and NOX signal types
- Utility to print 'Measurement' to Serial
Modified
- Renamed SensorID to SensorType
- Replaced DataPoint with a more comprehensive Measurement object
- Updated library examples
- Updated library APIs
- Renamed Library in Arduino and PlatformIO registry