Page 1 of 1

Load program from flash

Posted: Sun Jun 19, 2016 7:51 am
by AaronKelly
Hello board,

I've been tinkering around with the board and want to start expanding it with libraries however I can't figure out how to run programs from the 4MB flash. Do I need to esp.flash_read()? Write an extension in c? Or some other method?

Thanks.

Re: Load program from flash

Posted: Sun Jun 19, 2016 12:18 pm
by deshipu
Just put files on it (using the WebREPL or mpfshell), and then you can import them like in normal Python.