Search found 1 match
- Sat Jun 30, 2018 2:28 am
- Forum: ESP32 Arduino
- Topic: SD.h vs SD_MMC.h
- Replies: 0
- Views: 4437
SD.h vs SD_MMC.h
Hello, I'm currently looking to update my device using a file I have stored on my SD card. I am currently using SD.h to manage my files on my SD card. When I try to update the firmware using Update.h by inputting a SDLib::File of the firmware it does not work. I get a return false when it came to th...