Skip to content

Commit 0521889

Browse files
bugfix
1 parent 92f2907 commit 0521889

File tree

1 file changed

+0
-10
lines changed

1 file changed

+0
-10
lines changed

EmbUI/ui.cpp

-10
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,6 @@ void Interface::frame2(const String &id, const String &value){
2929
}
3030
}
3131

32-
void Interface::frame(const String &id, const String &value){
33-
StaticJsonDocument<256> obj;
34-
obj[FPSTR(P_id)] = id;
35-
obj[FPSTR(P_value)] = value;
36-
37-
if (!json_frame_add(obj.as<JsonObject>())) {
38-
frame(id, value);
39-
}
40-
}
41-
4232
void Interface::hidden(const String &id, const String &value){
4333
StaticJsonDocument<256> obj;
4434
obj[FPSTR(P_html)] = FPSTR(P_hidden);

0 commit comments

Comments
 (0)