[Webserver]: Load web files (html, css, js) from flash #11513
hasenradball
started this conversation in
General
Replies: 1 comment
-
Yes. MicroPython provides access to the flash via the filesystem, so you can store your files as...well...files. If you are using |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello Team :-),
from Arduino core of ESP8266 I know that it is possible to store the web files (html, js, css) in the flsh and load it when needed.
(method server.on(....))
Is this also possible in micropython, that you can program your web files and stor it in the flash?
Best regards
frank
Beta Was this translation helpful? Give feedback.
All reactions