Optimised memory use for wifi config

This commit is contained in:
Sjef Verhoeven PE5PVB
2025-01-12 20:28:34 +01:00
parent f7ce5b0620
commit d94a7bb064
4 changed files with 11 additions and 4 deletions

View File

@@ -648,10 +648,6 @@ void setup() {
tft.init();
tft.initDMA();
webserver.on("/", handleRoot);
webserver.on("/downloadCSV", HTTP_GET, handleDownloadCSV);
webserver.on("/logo.png", handleLogo);
doTheme();
if (displayflip == 0) {