Fixing 2D ledmap

FX_2Dfcn.cpp.setUpMatrix:
- move upstream code to reset==true
- temp table for ledmaps (Idea by By @Troy#2642)

FX_2Dfcn.cpp: init loadedLedmap
This commit is contained in:
Ewoud
2023-01-27 17:11:49 +01:00
parent 6437cc8c7e
commit 6235dc86cc
6 changed files with 221 additions and 207 deletions

View File

@@ -350,6 +350,7 @@ void initServer()
});
#endif
server.on("/", HTTP_GET, [](AsyncWebServerRequest *request){
USER_PRINTF("Client request\n"); //WLEDMM: want to see if client connects to wled
if (captivePortal(request)) return;
serveIndexOrWelcome(request);
});