From 1c3a77723dea04011fdc86baa0b36b1838b33f8f Mon Sep 17 00:00:00 2001 From: Quentin Date: Mon, 4 Nov 2024 14:30:06 +0100 Subject: [PATCH 1/2] update README Arduino badge --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e98307c..d2f437f 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # Arduino Sensirion UPT I2C Auto Detection -![arduino badge](https://img.shields.io/badge/Arduino-00979D?style=flat&logo=Arduino&logoColor=white) [![platform-io-badge](https://badges.registry.platformio.org/packages/sensirion/library/Sensirion%20UPT%20I2C%20Auto%20Detection.svg)](https://registry.platformio.org/libraries/sensirion/Sensirion20UPT20I2C20Auto20Detection) +[![arduino-library-badge](https://www.ardu-badge.com/badge/Sensirion%20UPT%20I2C%20Auto%20Detection.svg?)](https://www.ardu-badge.com/Sensirion%20UPT%20I2C%20Auto%20Detection) [![platform-io-badge](https://badges.registry.platformio.org/packages/sensirion/library/Sensirion%20UPT%20I2C%20Auto%20Detection.svg)](https://registry.platformio.org/libraries/sensirion/Sensirion20UPT20I2C20Auto20Detection) Arduino Library for automatic detection of Sensirion sensors on an I2C Bus. It allows for easy read-out of the data of Sensirion Sensors using an ESP32 board. From 93e51fe4cd9773f7889476e21c436525fee79bff Mon Sep 17 00:00:00 2001 From: Quentin Date: Mon, 4 Nov 2024 14:34:29 +0100 Subject: [PATCH 2/2] Prep for 0.2.0 release --- CHANGELOG.md | 12 ++++++++++++ library.properties | 2 +- 2 files changed, 13 insertions(+), 1 deletion(-) diff --git a/CHANGELOG.md b/CHANGELOG.md index 250a0b1..9939d5b 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -5,6 +5,18 @@ All notable changes to this project will be documented in this file. 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] + +### Added + +- Initialization of the STC3x RH value at 50% to achieve more reliable results. + +### Fixed + +- Fixed memory leak in I2C scanning code + ## [0.1.2] ### Fixed diff --git a/library.properties b/library.properties index a5f588d..3de8e86 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=Sensirion UPT I2C Auto Detection -version=0.1.2 +version=0.2.0 author=Jonas Stolle, Maximilian Paulsen maintainer=Sensirion AG sentence=Automatically detects Sensirion Sensors on an I2C bus and reads out measurement data.