Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.19 MAC OSX
List the steps to reproduce the problem below (if possible attach a sketch or
copy the sketch code in too): LIST REPRO STEPS BELOW
I am trying to make a project (Aquarium controller) with an ESP32. I am trying to use LittleFS and a firm.bin file hosted in Github, but I don´t find the correct example. I only see SPIFFS and I think that it is outdated. Sorry, I am sure that I cann´t make it right, but I don't find any solution.
I think that GitHub don't need certificate, and in my serial monitor I get:
E (27) esp_littlefs: mount failed, (-84)
E (29) esp_littlefs: Failed to initialize LittleFS
LittleFS Mounting failed, aborting!
Arduino board: esp32 dev module 4MB
Arduino IDE version (found in Arduino -> About Arduino menu): 1.8.19 MAC OSX
List the steps to reproduce the problem below (if possible attach a sketch or copy the sketch code in too): LIST REPRO STEPS BELOW
I am trying to make a project (Aquarium controller) with an ESP32. I am trying to use LittleFS and a firm.bin file hosted in Github, but I don´t find the correct example. I only see SPIFFS and I think that it is outdated. Sorry, I am sure that I cann´t make it right, but I don't find any solution.
I think that GitHub don't need certificate, and in my serial monitor I get:
E (27) esp_littlefs: mount failed, (-84) E (29) esp_littlefs: Failed to initialize LittleFS LittleFS Mounting failed, aborting!
Thanks and sorry again
Solved