Correct spelling of "Hostname" (#1270)

Co-authored-by: Bjoern A. Zeeb <patch@zabbadoz.net>
This commit is contained in:
bzfbd
2022-11-04 19:07:05 +00:00
committed by GitHub
parent 235861eaea
commit 16e0cd3f40

View File

@@ -197,7 +197,7 @@ extern "C" void app_main(void)
ESP_LOGD(TAGMAIN, "No SSID and PASSWORD set!!!");
if (hostname != NULL)
ESP_LOGD(TAGMAIN, "Hostename: %s", hostname);
ESP_LOGD(TAGMAIN, "Hostname: %s", hostname);
else
ESP_LOGD(TAGMAIN, "Hostname not set");