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

@ -3,7 +3,7 @@
#include "../../datalayer/datalayer.h"
String settings_processor(const String& var) {
if (var == "ABC") {
if (var == "X") {
String content = "";
//Page format
content += "<style>";