-
-
Notifications
You must be signed in to change notification settings - Fork 698
Question regarding an ESP32 Core commit #212
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
You can try to compile your project using the staging version of the platform |
Thank you for your reply. I have found both |
isn't that obvious? Changing stable might break the code of everyone else. Not an option (with very few exceptions that I think do not apply here). What I would do is
|
@GeorgeFlorian You can copy sdkconfig.h to your project src directory and it will be included instead of the copy in the framework directories. You can safely modify some of the parameters in the sdkconfig.h as listed in espressif/arduino-esp32#2899. |
Great to know ! Will definitely try ! Thanks ! |
What about the other Also, one noob question: do I have to |
This is not used at compilation time, it is used by the "make menuconfig" utility to generate the sdkconfig.h file which configures the compilation side of configuration.
Nope, it will be included automatically by the components that require it. |
Hello !
I need to include the following commit into PIO: espressif/arduino-esp32@b0d8d4d
How can I do that ?
The text was updated successfully, but these errors were encountered: