Search found 1 match
- Thu Feb 15, 2018 10:36 am
- Forum: ESP32 Arduino
- Topic: Compressing Large HTML,CSS,JS files in ESP Progmem
- Replies: 3
- Views: 11289
Compressing Large HTML,CSS,JS files in ESP Progmem
I've been trying to find a sufficient way to store, webfiles on the ESP both for the ESP32 and ESP8266. I've tried a few different things so fare: Storing the files in SPIFFS, but was to slow to retrieve the data, and then timed out... Typing the HTML in a simple char array in progmem, but was too p...