• Using RELEASE=1 also cuts out all NET_DBG and WIFI_DBG statements in my build

    • check status of PR #1032 and #1033 for Espruino master

    so this is what you get:

    • user1.bin uses 474868 bytes of 479232 available

    variables from 1700 to 1600 in ESP8266_BOARD.py

    Did this, because needed more heap.

    >require("ESP8266").getState();
    ={
      "sdkVersion": "2.0.0(5a875ba)",
      "cpuFrequency": 160, "freeHeap": 10128, "maxCon": 10,
      "flashMap": "4MB:512/512",
      "flashKB": 4096,
      "flashChip": "0xe0 0x4016"
     }
    > 
    

    So what do you think @Wilberforce ?

About

Avatar for MaBe @MaBe started