-
Notifications
You must be signed in to change notification settings - Fork 6
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
Not working in Esp32-S3 also esp32-wroom-32 #1
Comments
Have you tried including the sdkconfig and sdkconfig.old file in your directory? I removed the sdkconfig and sdkconfig.old and I get the same error. But when I copy paste back the sdkconfig and sdkconfig.old in the directory, it worked. Include the sdkconfig and sdkconfig.old that I provided, delete the build directory and rerun the build command. |
I did some modifications in the sdkconfig because my esp32s3 has 16mb flash memory. |
hello sir. So I disabled nvs_flash but what piece of code should I add in main.c and where to add it to start nvs. |
If you disabled nvs_flash. You don't need to add any code |
If i disable nvs_flash would it affect the workflow of the tool? |
No, it won't affect the workflow. |
Sir is this only for the 32D version? I tried to build the code using esp idf 5.1 then flashed. Its causing bootloop (resetting/rebooting).
The text was updated successfully, but these errors were encountered: