@Gordon
How can we calculate the 0x076000 in new (require("FlashEEPROM"))(0x076000);? It isn't something fixed, right?
0x076000
new (require("FlashEEPROM"))(0x076000);
Is it something a little bit more than Espruino size?
-rw-r--r-- 1 ceremcem ceremcem 477588 Jul 31 15:04 espruino_esp8266_user1.bin
(0x076000 = 483328 > 477588)
@ceremcem 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.
@Gordon
How can we calculate the
0x076000
innew (require("FlashEEPROM"))(0x076000);
? It isn't something fixed, right?Is it something a little bit more than Espruino size?
(0x076000 = 483328 > 477588)