Sending ~100kB HTML file
Posted: Sat Jun 13, 2015 12:14 pm
Hi all!
I'm trying to use ESP8266WebServer to send a relatively large HTML file (cca 100kB). I can't use SD card, so it has to be stored on the ESP8266 flash. Unfortunately, I have no idea how to do it. I've tried defining const char array (both using large string and byte values), but then I'm getting the following error:
address 0x3fffcea0 of main.cpp.elf section `.bss' is not within region `dram0_0_seg'
I'd appreciate any suggestion on how to proceed. Thanks!
I'm trying to use ESP8266WebServer to send a relatively large HTML file (cca 100kB). I can't use SD card, so it has to be stored on the ESP8266 flash. Unfortunately, I have no idea how to do it. I've tried defining const char array (both using large string and byte values), but then I'm getting the following error:
address 0x3fffcea0 of main.cpp.elf section `.bss' is not within region `dram0_0_seg'
I'd appreciate any suggestion on how to proceed. Thanks!