Hosting JS and CSS in chip? (including maybe jquery?)
Posted: Thu Oct 22, 2015 10:25 pm
Hey guys,
I have a semi-complicated webpage that I'd like to host entirely "in chip" on my ESP8266.
At the moment I host the CSS and JS on my web-page, and use the google hosted version of jquery.
When I try to host the CSS it's ok, but longer JS files seem to crash the ESP8266 (wdt rst, which I assume means Watchdog Timer Reset?).
Has anyone had any success hosting CSS or JavaScript on the chip itself? With a server.on("/style.css") type command?
I have a semi-complicated webpage that I'd like to host entirely "in chip" on my ESP8266.
At the moment I host the CSS and JS on my web-page, and use the google hosted version of jquery.
When I try to host the CSS it's ok, but longer JS files seem to crash the ESP8266 (wdt rst, which I assume means Watchdog Timer Reset?).
Has anyone had any success hosting CSS or JavaScript on the chip itself? With a server.on("/style.css") type command?