Search found 3 matches

by MartinG0PJO
Tue Dec 04, 2018 8:56 am
Forum: ESP32 Arduino
Topic: Serving up HTML / CSS / JavaScript - Generic Question
Replies: 2
Views: 7107

Re: Serving up HTML / CSS / JavaScript - Generic Question

Hi, I resolved the issue by moving over to the https://github.com/me-no-dev/ESPAsyncWebServer WebServer. I know having to change code and add extra libraries is a pain but it did work and I am now proceeding with my project. I'm only serving three files so I'd be interested to know how you get on wi...
by MartinG0PJO
Tue Nov 20, 2018 2:44 pm
Forum: ESP32 Arduino
Topic: Serving up HTML / CSS / JavaScript - Generic Question
Replies: 2
Views: 7107

Serving up HTML / CSS / JavaScript - Generic Question

Hi, I've been trying to serve HTML and associated CSS and JS files from an ESP32 Dev Module. The files being server reside in SPIFFS and that all seems to work as expected. The problem I'm having is that some file requests are simply not seen. I was wondering in anyone actually had the ESP32 serving...
by MartinG0PJO
Thu Nov 15, 2018 10:46 am
Forum: ESP32 Arduino
Topic: WebServer not seeing all requests!
Replies: 0
Views: 2313

WebServer not seeing all requests!

Hi, I've recently moved some code from the NodeMCU environment to the ESP32 environment and I've found something very odd with the WebServer code. I've refreshed my sources from today and it still fails. I have an index.html file stored in SPIFFS that contains the header: <link rel="stylesheet" type...