mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 18:29:48 +02:00
Optimize webserver speed
This commit is contained in:
parent
1622ed5dfb
commit
6b94fe0eba
5 changed files with 9 additions and 17 deletions
|
@ -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>";
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue