From 40ebb5d7525d154bdaa8210c1e7b065d5a137377 Mon Sep 17 00:00:00 2001 From: Bogdan Pilyugin Date: Tue, 17 Jan 2023 13:56:24 +0200 Subject: [PATCH] manual OTA switched on --- src/HTTPPostSystem.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/HTTPPostSystem.c b/src/HTTPPostSystem.c index 82d1e8d..7c170b4 100644 --- a/src/HTTPPostSystem.c +++ b/src/HTTPPostSystem.c @@ -411,7 +411,7 @@ static HTTP_IO_RESULT HTTPPostSystemSettings(httpd_req_t *req, char *PostData) if (!strcmp(tmp, (const char*) "prs")) { - //StartOTA(); + StartOTA(); } }