This commit is contained in:
Tester23
2024-12-01 13:08:16 +01:00
parent 82a0750598
commit dbc2cc4b49
5 changed files with 77 additions and 5 deletions

View File

@ -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
}