Skip to content

Commit

Permalink
Merge pull request #9 from Sensirion/release-0.2
Browse files Browse the repository at this point in the history
Prepare release 0.2
  • Loading branch information
qfisch authored Nov 5, 2024
2 parents 4880fee + b4e6b96 commit a37576e
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 1 deletion.
2 changes: 2 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,8 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [Unreleased]

## [0.2.0]
### Fixed
- Fix memory leak in NimBLE by calling clearResults after scan results are processed.
- Use unit64_t for address (device id) instead of std::string
Expand Down
1 change: 1 addition & 0 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
# Arduino Sensirion UPT BLE Auto Detection
[![PlatformIO Registry](https://badges.registry.platformio.org/packages/sensirion/library/Sensirion%20UPT%20BLE%20Auto%20Detection.svg)](https://registry.platformio.org/libraries/sensirion/Sensirion%20UPT%20BLE%20Auto%20Detection) [![arduino-library-badge](https://www.ardu-badge.com/badge/Sensirion%20UPT%20BLE%20Auto%20Detection.svg?)](https://www.ardu-badge.com/Sensirion%20UPT%20BLE%20Auto%20Detection)

This library enables you to retrieve live measurements form your own Do-It-Yourself BLE enabled sensor gadget or most Sensirion Gadgets on the ESP32 platform.

Expand Down
2 changes: 1 addition & 1 deletion library.properties
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
name=Sensirion UPT BLE Auto Detection
version=0.1.0
version=0.2.0
author=Bjoern Muntwyler, Maximilian Paulsen
maintainer=Sensirion AG <sensirion.com>
sentence=Automatically detects Sensirion Gadgets via Bluetooth and reads out measurement data.
Expand Down

0 comments on commit a37576e

Please sign in to comment.