Fix white blank webpage bug

This commit is contained in:
Daniel 2024-05-25 23:40:54 +03:00
parent bcaf3ab5b4
commit e1eff7c09c
3 changed files with 3 additions and 3 deletions

View file

@ -13,7 +13,7 @@ const char EVENTS_HTML_END[] = R"=====(
)=====";
String events_processor(const String& var) {
if (var == "ABC") {
if (var == "X") {
String content = "";
content.reserve(5000);
// Page format