USE_GRAPHICS=1 USE_CRYPTO=1 make
process.memory().total; =1400 require("ESP8266").getState(); ={ "sdkVersion": "1.5.0", "cpuFrequency": 160, "freeHeap": 6144, "maxCon": 10, "flashMap": "4MB:512/512", "flashKB": 4096, "flashChip": "0xe0 0x4016" }
process.memory().total; =1400
require("ESP8266").getState(); ={ "sdkVersion": "1.5.0", "cpuFrequency": 160, "freeHeap": 6144, "maxCon": 10, "flashMap": "4MB:512/512", "flashKB": 4096, "flashChip": "0xe0 0x4016" }
my understanding is that loading more code will reduce the freeHeap
@MaBe 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.
USE_GRAPHICS=1 USE_CRYPTO=1 make
my understanding is that loading more code will reduce the freeHeap