Wemos LEDLamp Setup
Device: )rawliteral"
+ macAddress
+ R"rawliteral(
Verbinde den LEDLamp Wemos mit einem WLAN Netzwerk
)rawliteral";
return html;
}
const String getSTAControlPage(String macAddress) {
String html =
R"rawliteral(
Wemos LEDLamp Control
Wemos LEDLamp Control
Device: )rawliteral"
+ macAddress
+ R"rawliteral(
)rawliteral";
return html;
}
#endif /* HTMLPAGES_H_ */