mirror of
https://github.com/openshwprojects/OpenBK7231T_App.git
synced 2026-02-10 09:25:22 +00:00
repeating events example and label fix (cosmetic only changes)
This commit is contained in:
@ -2559,7 +2559,7 @@ int http_fn_cfg_generic(http_request_t* request) {
|
||||
|
||||
CFG_Save_IfThereArePendingChanges();
|
||||
|
||||
hprintf255(request, "<h5>Flags (Current_div100 value=%i)<h5>", CFG_GetFlags());
|
||||
hprintf255(request, "<h5>Flags (Current value=%i)<h5>", CFG_GetFlags());
|
||||
poststr(request, "<form action=\"/cfg_generic\">");
|
||||
|
||||
for (i = 0; i < OBK_TOTAL_FLAGS; i++) {
|
||||
|
||||
Reference in New Issue
Block a user