Tried with and without RELEASE=1, both cases the same behaviour
I build it this way:
export ESP8266_SDK_ROOT=/home/espruino/git/esp_iot_sdk_v1.5.0
export PATH=$PATH:/home/espruino/git/xtensa-lx106-elf/bin/
export PATH=$PATH:/home/espruino/git/gcc-arm-none-eabi-4_8/bin/
cd git
cd Espruino
ESP8266_BOARD=1 RELEASE=1 make
cd
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.
Tried with and without RELEASE=1, both cases the same behaviour
I build it this way: