We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 70536dc commit 6a8ed9cCopy full SHA for 6a8ed9c
Adafruit_DHT_Driver/Adafruit_DHT.c
@@ -47,7 +47,7 @@ int main(int argc, char **argv)
47
if (strcmp(argv[1], "22") == 0) type = DHT22;
48
if (strcmp(argv[1], "2302") == 0) type = AM2302;
49
if (type == 0) {
50
- printf("Select 11, 22, 2303 as type!\n");
+ printf("Select 11, 22, 2302 as type!\n");
51
return 3;
52
}
53
0 commit comments