Update DHTtester.ino

This commit is contained in:
V205Github 2023-07-07 19:05:06 -07:00 committed by GitHub
parent ddb8923cbb
commit ce5b76d12b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -33,7 +33,7 @@ DHT dht(DHTPIN, DHTTYPE);
void setup() {
Serial.begin(9600);
Serial.println(F("DHTxx test!"));
Serial.println(F("Starting " __FILE__ " from " __DATE__ __TIME__));// Prints the file name.
dht.begin();
}