Open gsapinto opened 3 months ago
Hello There,
I'm not sure what this issue could be due to. Only way I can look into this is by purchasing your esp32 module and experimenting with that. Could you please provide more details about your ESP32 chip and breakout board. The following link has some DevKits: https://www.espressif.com/en/products/devkits/esp32-devkitc/overview.
I will leave this open for community support.
Thank you for the reply, my specific board is the one with the ESP32-WROOM-32UE chipset which is on that list you sent.
Hello There,
Unfortunately, I have been unable to reproduce the issue on my end with the bought chip. I will leave this open for a while in case someone else also runs into a issue similar to this.
Hi there, I'm trying this library with an ESP32 DEVKIT C, I have managed to upload both main app and data folder, for the data folder I had to change the python script from
env.Replace( MKFSTOOL=env.get("PROJECT_DIR") + '/mklittlefs' ) # PlatformIO now believes it has actually created a SPIFFS
to thisenv.Replace(MKSPIFFSTOOL = "mklittlefs.exe")
Otherwise it would say the mklittlefs.exe was not found. However when it tries to run I get the following error in the serial monitor: `Check WiFi Config Running... E (4013) esp_littlefs: ./components/esp_littlefs/src/littlefs/lfs.c:1367:error: Corrupted dir pair at {0x0, 0x1}E (4014) esp_littlefs: mount failed, (-84) E (4017) esp_littlefs: Failed to initialize LittleFS [ 4032][E][LittleFS.cpp:98] begin(): Mounting LittleFS failed! Error: -1 LittleFS Mount Failed Setup done`
Can anyone help with this? Thanks in advance