Is the 512k version of the esp8266 still usable ( @jumjum) reported issues on gitter. (I've cooked my esp01 so I can't test).
If longer supported, there is a 20k block of flash that could be used:
0x07C000 496KB 16KB 512KB flash: Espressif SDK system params, else unused 0x080000 512KB 4KB Unused
Perhaps this area could be used for E.setBootCode, or to store modules?
@Wilberforce started
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.
Is the 512k version of the esp8266 still usable ( @jumjum) reported issues on gitter. (I've cooked my esp01 so I can't test).
If longer supported, there is a 20k block of flash that could be used:
Perhaps this area could be used for E.setBootCode, or to store modules?