most of the memory is taken up by the common code in kitchen.app.js
The strange thing is, normally all the code itself should stay in flash memory, and it's just the function definition that takes one or two variables. I wonder why so much memory is getting eaten up?
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.
The strange thing is, normally all the code itself should stay in flash memory, and it's just the function definition that takes one or two variables. I wonder why so much memory is getting eaten up?