Skip to content

Commit 880538f

Browse files
authored
Fix comment on DHT22 and DHT21 variables
1 parent cf2346e commit 880538f

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)