• 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"
    }

    my understanding is that loading more code will reduce the freeHeap

About

Avatar for MaBe @MaBe started