Optimize webserver speed

This commit is contained in:
Daniel 2024-03-27 22:46:21 +02:00
parent 1622ed5dfb
commit 6b94fe0eba
5 changed files with 9 additions and 17 deletions

View file

@ -2,7 +2,7 @@
#include <Arduino.h>
String cellmonitor_processor(const String& var) {
if (var == "PLACEHOLDER") {
if (var == "ABC") {
String content = "";
// Page format
content += "<style>";