We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1690655 commit 9b4af06Copy full SHA for 9b4af06
src/main.cpp
@@ -1544,7 +1544,13 @@ void StartServer() {
1544
#else
1545
"0|0|0|0|0|0|0"
1546
#endif
1547
- + "|" + ssid);
+ + "|" + ssid + "|" +
1548
+#ifdef ZEDMD_HD_HALF
1549
+ "1"
1550
+#else
1551
+ "0"
1552
+#endif
1553
+ );
1554
});
1555
1556
server->on("/ppuc.png", HTTP_GET, [](AsyncWebServerRequest *request) {
0 commit comments