As we have moved the v3.1x of the firmware - the firmware size has grown.
The default is to have the espruino built with debug, so if you do this it will make a firware that will fit:
make clean && BOARD=ESP32 RELEASE=1 make
@Wilberforce 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.
As we have moved the v3.1x of the firmware - the firmware size has grown.
The default is to have the espruino built with debug, so if you do this it will make a firware that will fit:
make clean && BOARD=ESP32 RELEASE=1 make