Skip to content

Commit c14960c

Browse files
authored
Merge pull request #189 from klone52/patch-1
Fix comment on DHT22 and DHT21 variables
2 parents cf2346e + 880538f commit c14960c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

DHT.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -43,8 +43,8 @@
4343
/* Define types of sensors. */
4444
static const uint8_t DHT11{11}; /**< DHT TYPE 11 */
4545
static const uint8_t DHT12{12}; /**< DHY TYPE 12 */
46-
static const uint8_t DHT21{21}; /**< DHT TYPE 22 */
47-
static const uint8_t DHT22{22}; /**< DHT TYPE 21 */
46+
static const uint8_t DHT21{21}; /**< DHT TYPE 21 */
47+
static const uint8_t DHT22{22}; /**< DHT TYPE 22 */
4848
static const uint8_t AM2301{21}; /**< AM2301 */
4949

5050
#if defined(TARGET_NAME) && (TARGET_NAME == ARDUINO_NANO33BLE)

0 commit comments

Comments
 (0)