formatting

This commit is contained in:
proddy
2021-03-29 22:26:08 +02:00
parent 4d0032441f
commit 391fecadd0
5 changed files with 7 additions and 4 deletions

View File

@@ -45,7 +45,7 @@ void WebStatusService::WiFiEvent(WiFiEvent_t event, WiFiEventInfo_t info) {
break;
case SYSTEM_EVENT_ETH_START:
EMSESP::logger().info(F("Ethernet Started"));
EMSESP::logger().info(F("Ethernet initialized"));
ETH.setHostname(EMSESP::system_.hostname().c_str());
break;