add OTA warning

This commit is contained in:
openshwprojects
2022-04-27 08:26:34 +02:00
parent 3cf6ad68e9
commit ad912ea6e1

View File

@ -1288,6 +1288,7 @@ int http_fn_ota_exec(http_request_t *request) {
int http_fn_ota(http_request_t *request) {
http_setup(request, httpMimeTypeHTML);
poststr(request,htmlHeader);
poststr(request,"<p>Simple OTA system (you should rather use the OTA from App panel where you can drag and drop file easily without setting up server). Use RBL file for OTA. In the OTA below, you should paste link to RBL file (you need HTTP server).</p>");
poststr(request,"<form action=\"/ota_exec\">\
<label for=\"host\">URL for new bin file:</label><br>\
<input type=\"text\" id=\"host\" name=\"host\" value=\"");