Hello
This is how I retrieve data from the ESP8266 memory (esp-12) and send to the browser.
.
As I had the page in one file everything was OK.
But I decided to split it into 3 files, index.html , file.css , file.js
And this is where the problems started. The browser downloads all three files
but not the whole thing, only the first ~1000 bytes of each file goes to the browser.
This is how I retrieve data from the ESP8266 memory (esp-12) and send to the browser.
Code: Lua
As I had the page in one file everything was OK.
But I decided to split it into 3 files, index.html , file.css , file.js
And this is where the problems started. The browser downloads all three files
but not the whole thing, only the first ~1000 bytes of each file goes to the browser.