Skip to content

Commit

Permalink
Update docs + message text
Browse files Browse the repository at this point in the history
  • Loading branch information
Slider0007 committed Oct 10, 2024
1 parent 5938285 commit 20bdb0a
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion code/main/main.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Binary file modified images/webinterface_overview.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.

0 comments on commit 20bdb0a

Please sign in to comment.