mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-11 04:45:47 +00:00
Merge pull request #74 from btsimonh/bootfailurestartup
Modify startup when in AP mode.
This commit is contained in:
@ -653,7 +653,7 @@ int http_fn_flash_read_tool(http_request_t *request) {
|
||||
poststr(request,"<label for=\"offset\">offset:</label><br>\
|
||||
<input type=\"number\" id=\"offset\" name=\"offset\"");
|
||||
hprintf128(request," value=\"%i\"><br>",ofs);
|
||||
poststr(request,"<label for=\"lenght\">lenght:</label><br>\
|
||||
poststr(request,"<label for=\"len\">length:</label><br>\
|
||||
<input type=\"number\" id=\"len\" name=\"len\" ");
|
||||
hprintf128(request,"value=\"%i\">",len);
|
||||
poststr(request,"<br><br>\
|
||||
|
||||
Reference in New Issue
Block a user