#pragma once #ifdef WITH_MQTT // Embedded HTML/CSS/JS for configuration web interface // Stored in PROGMEM to save RAM const char WEB_UI_HTML[] PROGMEM = R"rawliteral( MeshCore Gateway

MeshCore Gateway

Status

Node -
Node ID -
WiFi -
MQTT -
IP Address -
WiFi RSSI -
Packets RX/TX -
Free Heap -

WiFi Configuration

MQTT Configuration

System

)rawliteral"; #endif // WITH_MQTT