Wilberforce
Member since Feb 2016 • Last active Aug 2021Most recent activity
-
-
@jumjum implemented this, the number of jsvars is determined at startup by looking at the available heap.
-
-
-
-
-
What do you want to update with ota? A. the firware the espruino version, or b. the currenly running software? If it's b, then this is something you can do with what is already available. You could read a new programme update from a hosted page and save to the flashfs file system. You could then bootstrap this in to be the active code - save to eepprom, and reboot.
-
If you are on 64 bit Windows the best bet is to install WSL. Windows subsystem for Linux. It's in the Windows shop app.
This gives you an Ubuntu shell window without needing to install Linux in a virtual machine.
Once you are in the shell - do the
apt-get
to install the build tools as per the Linux instructions. Then you can just amake
and build the Linux version of espruino, which you can then run with./esprunio --telnet
In your ide, you can then connect to
localhost:2323
to connect to this install running in Linux on top of Windows.