Skip to content

Commit

Permalink
Merge pull request #13 from franga2000/patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
ph1p authored Jan 10, 2023
2 parents 2e00468 + 2eb6723 commit edb47d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ void setup()
}
if (WiFi.status() != WL_CONNECTED)
{
Serial.println("Resetting");
Serial.println("Couldn't connect to WiFi, resetting");
ESP.restart();
}
else
Expand Down

0 comments on commit edb47d9

Please sign in to comment.