Skip to content

Commit

Permalink
some fix
Browse files Browse the repository at this point in the history
  • Loading branch information
riraosan committed Oct 11, 2022
1 parent ba1258a commit 24cf9ff
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion sample/99_Advance/NTP_Nixie_Tube_Clock/Connect.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,9 @@ class Connect {
if (MDNS.begin(_hostName.c_str())) {
MDNS.addService("http", "tcp", _httpPort);
log_i("HTTP Server ready! Open http://%s.local/ in your browser\n", _hostName.c_str());
} else
} else {
log_e("Error setting up MDNS responder");
}
} else {
log_e("ESP32 can't connect to AP.");
ESP.restart();
Expand Down

0 comments on commit 24cf9ff

Please sign in to comment.