What should I be uploading by the LittleFS tool? #5
-
I did the configuration in VScode (24HR Clock, Sectrets.h etc.), but I didn't get what to upload by which platform |
Beta Was this translation helpful? Give feedback.
Answered by
Winston-Lu
Jul 10, 2021
Replies: 1 comment
-
I assume you are using PlatformIO, so I don't have much experience with LittleFS there. You should be uploading everything in the /data/ folder. By default in the Arduino IDE, LittleFS uploads whatever is in the data folder, with a file such as |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
Winston-Lu
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I assume you are using PlatformIO, so I don't have much experience with LittleFS there. You should be uploading everything in the /data/ folder. By default in the Arduino IDE, LittleFS uploads whatever is in the data folder, with a file such as
index.html
being in the root of the file system (dont make the /data/ folder the root).