Update max_uri_handler, improve OTA debugging

This commit is contained in:
jomjol
2022-11-05 08:08:00 +01:00
parent 1fc0b41fca
commit 8c6805ec7c
5 changed files with 55 additions and 49 deletions

View File

@@ -195,7 +195,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");