neonious / lowsync

A tool to program the neonious one and other low.js for ESP32 based devices with external IDEs. Allows the user to sync directories to the device, change settings, start/stop programs and more.
MIT License
11 stars 5 forks source link

lowsync for ESP32-D2WD? (2MiB Flash) #2

Closed zrecore closed 5 years ago

zrecore commented 5 years ago

I'm just now learning about your amazing low.js project, amazing work! As I am still unfamiliar with the inner workings, may I ask what it would take (if possible) to make this tool work with the ESP32-D2WD chip? It has 2MiB of Flash built in.

ThomasRogg commented 5 years ago

Not possible, sorry :-) You need 4 MB PSRAM which it does not have.

zrecore commented 5 years ago

Ah ok. Thank you for letting me know.