From a74131fecf6c1875a45259a598d7beb0017e9e29 Mon Sep 17 00:00:00 2001 From: Rob Tillaart Date: Mon, 15 Feb 2021 10:30:39 +0100 Subject: [PATCH] 0.4.5 (#55) --- dhtnew.cpp | 2 +- library.json | 2 +- library.properties | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/dhtnew.cpp b/dhtnew.cpp index 02244c5..c56472f 100644 --- a/dhtnew.cpp +++ b/dhtnew.cpp @@ -37,7 +37,7 @@ // 0.4.2 2020-12-15 fix negative temperatures // 0.4.3 2021-01-13 add reset(), add lastRead() // 0.4.4 2021-02-01 fix negative temperatures DHT22 (again) -// 0.4.5 2021-02-14 fix -0°C encoding of DHT22 +// 0.4.5 2021-02-14 fix -0°C encoding of DHT22 ( bit pattern 0x8000 ) #include "dhtnew.h" diff --git a/library.json b/library.json index 024dc03..8eef66e 100644 --- a/library.json +++ b/library.json @@ -13,7 +13,7 @@ "type": "git", "url": "https://github.com/RobTillaart/DHTNEW.git" }, - "version":"0.4.4", + "version":"0.4.5", "frameworks": "arduino", "platforms": "*" } diff --git a/library.properties b/library.properties index 58286da..55d8d48 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=DHTNEW -version=0.4.4 +version=0.4.5 author=Rob Tillaart maintainer=Rob Tillaart sentence=Arduino library for DHT temperature and humidity sensor, with automatic sensortype recognition.