JoergTiedemann
JoergTiedemann
Hi aaronse and maakbas are there some news about time shedule when ESP32 support is available and pull into main branch is done ?
Hi @maakbaas What do you think, when will es esp32 branch merged into the master branch so a new releas for Esp32 will be available?
Any news to the update ? What is the time schedule planning ?
Yes need it’s just to check what’s running and if some bugfix is present, Would be great if such a function will be added
quickstart example did not work: I got standard SD library running with this parameters: ``` .... #define SD_MISO 2 #define SD_MOSI 15 #define SD_SCLK 14 #define SD_CS 13 SPIClass sdSPI(VSPI);...
this works, thank you for support :-) you should at minimum add an addidional example in your repo please found many posts on google about people with same problem
I found a wrapper, will post it next weekend Investors to use the lib on Esp32 because of firebase library by @mobizt requires it because of your library has adjustable...
Hi gimme a chance this weekend I will try to search the wrapper and post it, if you didn't got any post from me remember me latest this Sunday
[sd_fat32_fs_wrapper.zip](https://github.com/greiman/SdFat/files/14623380/sd_fat32_fs_wrapper.zip) In the attachment you will find the wrapper just include the file I use it als following `SdFat sd_fat_fs; ` `fs::FS sdfilesys = fs::FS(fs::FSImplPtr(new SdFat32FSImpl(sd_fat_fs))); ` If you want...
Same issue at me Any news about that ?