-
Notifications
You must be signed in to change notification settings - Fork 74
Creating tables on 4MB SPIFFS #101
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
Apologize for creating and closing the issue. I have an error and I cannot understand what was happening. I have a new error. In my ESP32, I have 4MB of SPIFFS created using a custom partition. Here is my sql to create the tables:
I do not understand, why I get this error. Could anyone help me, please? |
Just a longshot here, but SPIFFS has been deprecated for ages. Are you sure your partition has free space? |
Well, I did not know that... Yes my partition has space:
And my serial monitor outputs the follow: |
What IDE are you using? I'd just goggle or AI help on how to upgrade. It's almost plug-and-play but your code will need some minor changes. |
I am using CLion IDE using the PlatformIO framework. |
I'm not familiar with CLion IDE, but I am using VSC with PlatformIO, so you shouldn't have any issues. You can always revert back to SPIFFS if you need to. |
It is just a preference. I used to work with VSCode and PlatformIO, but I find CLion better for me. It is almost the same. |
@HankLloydRight problem solved. Thank you so much for your help! |
@HankLloydRight Thanks! |
I think we can close this issue. Thank you both! |
No description provided.
The text was updated successfully, but these errors were encountered: