Great - thanks for sharing
The T-watch has 16Mb of flash - I would grateful for any guidance as to how to build a version of Espruino with different partitions?
change .cvs file and convert to .bin
This is what could help you to get details about building it https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/partition- tables.html#creating-custom-tables
add new areas
https://github.com/espruino/Espruino/blob/95a97e5f388630db42dd6ab00bed159096c25bd4/targets/esp32/jshardware.c#L739-L748
@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.
Great - thanks for sharing
change .cvs file and convert to .bin
This is what could help you to get details about building it
https://docs.espressif.com/projects/esp-idf/en/latest/esp32/api-guides/partition-
tables.html#creating-custom-tables
add new areas
https://github.com/espruino/Espruino/blob/95a97e5f388630db42dd6ab00bed159096c25bd4/targets/esp32/jshardware.c#L739-L748