You've already forked TEF6686_ESP32
Optimised memory use for wifi config
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user