mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-09 05:45:25 +00:00
Pins: Separate actual pin h/w config from PIN_LoadFromFlash into new fn PIN_Setup(), so that we can load the pin config without setting it as active.
new variable g_enable_pins - if zero, no h/w config can be done. new static var mqtt_initialised - set in mqtt_init, used to prevent mqtt__RunEverySecond if mqtt not initialised. user_main.c - don't enable many functions if 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