Skip to content

Commit b45d1f9

Browse files
committed
v5.2.1
1 parent 2ed61aa commit b45d1f9

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "MycilaDS18",
3-
"version": "5.2.0",
3+
"version": "5.2.1",
44
"description": "ESP32 / Arduino Library for Dallas / Maxim DS18 sensor using RMT peripheral",
55
"homepage": "https://github.com/mathieucarbou/MycilaDS18",
66
"repository": {

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=MycilaDS18
2-
version=5.2.0
2+
version=5.2.1
33
author=Mathieu Carbou <mathieu.carbou@gmail.com>
44
maintainer=Mathieu Carbou <mathieu.carbou@gmail.com>
55
sentence=ESP32 / Arduino Library for Dallas / Maxim DS18 sensor using RMT peripheral

src/MycilaDS18.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,10 +17,10 @@
1717
#include <mutex>
1818
#include <optional>
1919

20-
#define MYCILA_DS18_VERSION "5.2.0"
20+
#define MYCILA_DS18_VERSION "5.2.1"
2121
#define MYCILA_DS18_VERSION_MAJOR 5
2222
#define MYCILA_DS18_VERSION_MINOR 2
23-
#define MYCILA_DS18_VERSION_REVISION 0
23+
#define MYCILA_DS18_VERSION_REVISION 1
2424

2525
// If the temperature is changing from less than 0.3 degrees, we consider it has not changed, to avoid too many updates
2626
// Example:

0 commit comments

Comments
 (0)