chrisjoyce911 / esp32FOTA

Experiments in firmware OTA updates for ESP32 dev boards
The Unlicense
363 stars 89 forks source link

Trying LittleFS and GitHub #138

Closed Atorcha closed 10 months ago

Atorcha commented 10 months ago

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