This commit is contained in:
J. Nick Koston 2025-06-29 18:54:14 -05:00
parent bcbf0f0e26
commit af2f5b7348
No known key found for this signature in database

View File

@ -203,7 +203,6 @@ void OTARequestHandler::handleRequest(AsyncWebServerRequest *request) {
// 2. The server is shutting down and can't process new requests
// These warnings are harmless and expected during OTA reboot.
if (this->ota_success_) {
ESP_LOGV(TAG, "Sending OTA success response before reboot");
request->send(200, "text/plain", "Update Successful!");
} else {
request->send(200, "text/plain", "Update Failed!");