You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
SD lib would definitely need a mechanism to re-read card as suggested or better to correctly close SD object implementing 'end()' method as opposite to 'begin()'
I've found this usefull, just because my SD card power and communication is mainly controlled by another mcu for logging. At sending data, host mcu releases lines, then ESP8266 module initializes SD, sends data and drops lines for the host to be able to communicate with SD card later. ESP restart in not an option.
In some of my Projects I need to change the SD card. There is a simple allow this. I just require a single line in the SD.c library.
After changing the SD card all you need is to reinitialize the sd card.
Same Issue is posted in arduino as no 3607
Want to back this issue? Post a bounty on it! We accept bounties via Bountysource.
The text was updated successfully, but these errors were encountered: