1_2_Hello_World_WS_LITTLEFS_ESP8266
request->send(LittleFS, “/index.html”, “text/html”);
when I open the web page it is blank. I know the request has been made because I put
Serial.print(“Got Request – “); before it and Serial.println(” End Request”); after it.
I think the problem is with LittleFS
The “1.2 – Hello World Web Server” works fine.
Hi.
You probably didn’t upload the files to the filesystem.
Check all the steps. You’re missing the one that shows how to upload the files to the filesystem.
Are you using Arduino IDE or VS Code?
Regards,
Sara
That was it!!
Thank you so much! I spent hours trying to get this going. One overlooked paragraph.
bill