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
* Add example to update ESP32 via SD card
* Delete update.bin from sd upon finishing update
* remove precompiled binary from example
* Check whether update.bin is a file
Working in C++, I find that the esp_vfs_fat.h needs explicit guarding with:
I believe this is an oversight and that esp_vfs_fat.h should guard itself.
The text was updated successfully, but these errors were encountered: