I need to dump a file content (while making some little changes on the fly) from ESP12 to its serial console. Filesize is about 140 KB (an image file), so the content shouldn't be copied into the RAM. FlashEEPROM.readMem() still (as of 1v86.66) seems to cause reset.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
I need to dump a file content (while making some little changes on the fly) from ESP12 to its serial console. Filesize is about 140 KB (an image file), so the content shouldn't be copied into the RAM.
FlashEEPROM.readMem()
still (as of 1v86.66) seems to cause reset.Is there any workaround or something?