SDfat lib with GCS upload #222
bhupiister
started this conversation in
Ideas
Replies: 2 comments 1 reply
-
Thanks, I will try and add the supports later. |
Beta Was this translation helpful? Give feedback.
0 replies
-
The new version is available with bugs fixed and many features added included add support SdFat. Please update and check the example. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Standard SD library was giving issues with Shared SPI bus ( display ili9341 and SD card) on M5Stack Core2
Link to Issue
So I had to shift to SdFat library by greiman
Some good things I noticed about this library
@mobizt Can you create an option to use this library in a future release?
If someone wants to try. Here is the short snippet, add the below code snippets to GCS.cpp
Search for the below lines around line 352 in GCS.cpp and make changes
Search for the below lines around line 722 in GCS.cpp and make changes
Beta Was this translation helpful? Give feedback.
All reactions