We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fb89c52 commit 08d3b7eCopy full SHA for 08d3b7e
src/main.cpp
@@ -910,9 +910,7 @@ bool checkForNewTimestampOnServer()
910
911
if (!sht4.begin())
912
{
913
- Serial.println("SHT4x not found");
914
- Serial.println("Check the connection");
915
- delay(100);
+ Serial.println("SHT4x not found - maybe just not connected? Otherwise check its wiring.");
916
}
917
else
918
0 commit comments