Browse Source

Fixed support for XIAO_ESP32

qian 3 years ago
parent
commit
731bbbb905
1 changed files with 1 additions and 1 deletions
  1. 1 1
      DHT.h

+ 1 - 1
DHT.h

@@ -25,7 +25,7 @@
 #elif (F_CPU == 80000000L)
     #define COUNT 22
 #elif (F_CPU == 160000000L)
-    #define COUNT 36
+    #define COUNT 32
 #else
     #define COUNT 25
     //#error "CPU SPEED NOT SUPPORTED"