mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-10 11:45:39 +00:00
proj
This commit is contained in:
@ -312,6 +312,13 @@ int http_fn_index(http_request_t* request) {
|
||||
MAIN_ScheduleUnsafeInit(3);
|
||||
}
|
||||
poststr(request, "</div>"); // end div#change
|
||||
|
||||
|
||||
#if defined(ENABLE_DRIVER_WIDGET)
|
||||
if (DRV_IsRunning("Widget")) {
|
||||
DRV_Widget_BeforeState(request);
|
||||
}
|
||||
#endif
|
||||
poststr(request, "<div id=\"state\">"); // replaceable content follows
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user