I have some ESP32 projects I developed in a past few years that I want to bring up to date. Previously I was using older versions of the espressif32 platform, like this:
Code: Select all
[env:esp32dev]
platform = espressif32@^3.5.0
Code: Select all
E (1074) SPIFFS: mount failed, -10025
Any idea what is wrong here?
Thanks in advance for any pointers!