Skip to content

Commit 8e0e08c

Browse files
committed
R90
1 parent 4327f20 commit 8e0e08c

File tree

3 files changed

+5
-2
lines changed

3 files changed

+5
-2
lines changed

ESPEasy.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@
100100
#define ESP_PROJECT_PID 2015050101L
101101
#define ESP_EASY
102102
#define VERSION 9
103-
#define BUILD 89
103+
#define BUILD 90
104104
#define REBOOT_ON_MAX_CONNECTION_FAILURES 30
105105
#define FEATURE_SPIFFS false
106106

_P005_DHT.ino

+1-1
Original file line numberDiff line numberDiff line change
@@ -107,7 +107,7 @@ boolean Plugin_005(byte function, struct EventStruct *event, String& string)
107107
dht_in = digitalRead(Plugin_005_DHT_Pin);
108108
if (dht_in)
109109
{
110-
delayMicroseconds(40); // now ready for data reception
110+
delayMicroseconds(80); // now ready for data reception
111111
for (i = 0; i < 5; i++)
112112
{
113113
byte data = Plugin_005_read_dht_dat();

__ReleaseNotes.ino

+3
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,6 @@
1+
// R90 20-03-2016
2+
// Changed DHT plugin timing, start pulse delay wait was 80/40, should be 80/80. It could result in reading 'half' values.
3+
14
// R89 20-03-2016
25
// Added simple load indicator by counting and comparing idle loop counts during initial delay and working mode.
36
// Moved custom value display of SENSOR_TYPE_LONG from plugins to webserver.ino

0 commit comments

Comments
 (0)