Skip to content

Commit

Permalink
1.0.1 DHTstable
Browse files Browse the repository at this point in the history
  • Loading branch information
RobTillaart committed Jun 1, 2021
1 parent 4f22980 commit 87d7661
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 7 deletions.
3 changes: 2 additions & 1 deletion libraries/DHTstable/DHTStable.cpp
Original file line number Diff line number Diff line change
@@ -1,12 +1,13 @@
//
// FILE: DHTStable.cpp
// AUTHOR: Rob Tillaart
// VERSION: 0.2.9
// VERSION: 1.0.1
// PURPOSE: DHT Temperature & Humidity Sensor library for Arduino
// URL: https://github.com/RobTillaart/DHTstable
//
// HISTORY:

// 1.0.1 2021-06-01 change architecture to fix incompatible flag.
// 1.0.0 2021-05-26 rename files and class to DHTStable to fix incompatible flag.
// changed temperature and humidity to private
// breaking change!
Expand Down
4 changes: 2 additions & 2 deletions libraries/DHTstable/DHTStable.h
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@
//
// FILE: DHTStable.h
// AUTHOR: Rob Tillaart
// VERSION: 1.0.0
// VERSION: 1.0.1
// PURPOSE: DHT Temperature & Humidity Sensor library for Arduino
// URL: https://github.com/RobTillaart/DHTstable
//
Expand All @@ -13,7 +13,7 @@

#include "Arduino.h"

#define DHTSTABLE_LIB_VERSION (F("1.0.0 - DHTStable"))
#define DHTSTABLE_LIB_VERSION (F("1.0.1 - DHTStable"))


const int DHTLIB_OK = 0;
Expand Down
4 changes: 2 additions & 2 deletions libraries/DHTstable/library.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,8 @@
"type": "git",
"url": "https://github.com/RobTillaart/DHTstable.git"
},
"version": "1.0.0",
"version": "1.0.1",
"license": "MIT",
"frameworks": "arduino",
"platforms": "avr"
"platforms": "*"
}
4 changes: 2 additions & 2 deletions libraries/DHTstable/library.properties
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
name=DHTStable
version=1.0.0
version=1.0.1
author=Rob Tillaart <[email protected]>
maintainer=Rob Tillaart <[email protected]>
sentence=Stable version of library for DHT Temperature & Humidity Sensor
paragraph=DHT11 and DHT22 and equivalent.
category=Sensors
url=https://github.com/RobTillaart/DHTstable
architectures=avr
architectures=*
includes=DHTStable.h
depends=

0 comments on commit 87d7661

Please sign in to comment.