Search found 1 match
- Thu Jan 05, 2023 6:16 pm
- Forum: General Discussion
- Topic: ESPAsyncWebServer wont run with send SPIFFS but will run with send text/plain
- Replies: 0
- Views: 711
ESPAsyncWebServer wont run with send SPIFFS but will run with send text/plain
Hi, I am working in PlatformIO and I'm trying to get the ESPAsyncWebServer running on a NodeMCU-32S and I cannot get the server to run with send(SPIFFS,"/index.html") server.on("/", HTTP_GET, [](AsyncWebServerRequest *request){ request->send(SPIFFS, "/index.html"); I can get the server to start with...