mirror of
https://github.com/RobTillaart/Arduino.git
synced 2024-10-03 18:09:02 -04:00
+ fix switch case (copy paste error)
This commit is contained in:
parent
54ee843935
commit
9bca4c27da
@ -2,7 +2,7 @@
|
||||
//
|
||||
// FILE: dht21_test.ino
|
||||
// AUTHOR: Rob Tillaart
|
||||
// VERSION: 0.1.01
|
||||
// VERSION: 0.1.02
|
||||
// PURPOSE: DHT library test sketch for DHT21 && Arduino
|
||||
// URL:
|
||||
//
|
||||
@ -38,7 +38,7 @@ void loop()
|
||||
case DHTLIB_ERROR_CHECKSUM:
|
||||
Serial.print("Checksum error,\t");
|
||||
break;
|
||||
case DHTLIB_ERROR_CONNECT:
|
||||
case DHTLIB_ERROR_TIMEOUT:
|
||||
Serial.print("Time out error,\t");
|
||||
break;
|
||||
case DHTLIB_ERROR_CONNECT:
|
||||
|
Loading…
x
Reference in New Issue
Block a user