diff --git a/code/main/main.cpp b/code/main/main.cpp index 316a32781..0d279298f 100644 --- a/code/main/main.cpp +++ b/code/main/main.cpp @@ -161,7 +161,7 @@ extern "C" void app_main(void) if (getHTMLcommit().substr(0, 7) != std::string(GIT_REV).substr(0, 7)) { // Compare the first 7 characters of both hashes LogFile.writeToFile(ESP_LOG_WARN, TAG, "WebUI version (" + getHTMLcommit() + ") does not match firmware version (" + std::string(GIT_REV) + ")"); - LogFile.writeToFile(ESP_LOG_WARN, TAG, "Recommendation: Repeat OTA update using AI-on-the-edge-device__update__*.zip"); + LogFile.writeToFile(ESP_LOG_WARN, TAG, "Recommendation: Repeat OTA update using AI-on-the-edge-device__board_type__*.zip"); } // Check reboot reason diff --git a/images/webinterface_overview.png b/images/webinterface_overview.png index 74235ddc1..b1ce32c45 100644 Binary files a/images/webinterface_overview.png and b/images/webinterface_overview.png differ