mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-15 22:25:36 +00:00
add OTA warning
This commit is contained in:
@ -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=\"");
|
||||
|
||||
Reference in New Issue
Block a user