mirror of
https://github.com/jomjol/AI-on-the-edge-device.git
synced 2026-01-02 14:49:04 +03:00
Correct spelling of "Hostname" (#1270)
Co-authored-by: Bjoern A. Zeeb <patch@zabbadoz.net>
This commit is contained in:
@@ -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");
|
||||
|
||||
|
||||
Reference in New Issue
Block a user