Using RELEASE=1 also cuts out all NET_DBG and WIFI_DBG statements in my build
so this is what you get:
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 ?
Is this with crypto and graphics enabled in the Makefile?
@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.
Using RELEASE=1 also cuts out all NET_DBG and WIFI_DBG statements in my build
so this is what you get:
Did this, because needed more heap.
So what do you think @Wilberforce ?