Replies: 2 comments
-
...I think I found it. FlashFile... |
Beta Was this translation helpful? Give feedback.
0 replies
-
@codr1 Hello, You are correct, the FSPage example starts a FlashFile filesystem instance in the setup function. Your sketch can share this instance. However, one thing must be noted. Inside the token handler function (HandlerFuncT handler) linked with PageElement, the file (e.g. entry.html) containing the HTML for the FSPage cannot be accessed. At the time of the PageBuiler calls the token handler, those files remain open. There is no problem to access other files for your sketch. |
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
-
Hi! Great work on this library.
I am trying to build a small project around your FS Page example. I would like to store some data in a file in the FS. Is there any way I can have access to it to read / write some data? I am reticent to create a new instance of LittleFS in case it conflicts with what you already have...
Beta Was this translation helpful? Give feedback.
All reactions