mirror of
https://github.com/dalathegreat/Battery-Emulator.git
synced 2025-10-04 02:09:30 +02:00
Fix white blank webpage bug
This commit is contained in:
parent
bcaf3ab5b4
commit
e1eff7c09c
3 changed files with 3 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue