manual OTA switched on

This commit is contained in:
Bogdan Pilyugin 2023-01-17 13:56:24 +02:00
parent 50f8656b7a
commit 40ebb5d752

View File

@ -411,7 +411,7 @@ static HTTP_IO_RESULT HTTPPostSystemSettings(httpd_req_t *req, char *PostData)
if (!strcmp(tmp, (const char*) "prs"))
{
//StartOTA();
StartOTA();
}
}