-
Notifications
You must be signed in to change notification settings - Fork 168
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
Option to disable Bluetooth support #78
Comments
This not possible to set in Arduino. It is a IDF sdkconfig compile time option (only). |
Moved to Arduino Lib Builder repository. |
@benedekt you can compile with whatever options you want. In case of errors caused by BT being disabled, please let us know. ESP-IDF v4.4 is currently supported |
How to do it? I'm trying to execute first: ./build.sh -b menuconfig -t esp32 In menuconfig, I turn off Bluetooth, exit menuconfig with saving and execute: ./build.sh -t esp32 After compilation in the file
What am I doing wrong? Please explain how to compile correctly. |
The Arduino lib builder does not support changes in the sdkconfig files via |
In this case, the command: |
Yep, the help text is wrong |
That command is useful when testing a menuconfig change or similar. As long as you have ESP-IDF in your ENV, you can run the command and then run |
Related area
Make an option to use a version of IDF built without BT support to free up xt_highint4
Hardware specification
Support for all ESP32 versions
Is your feature request related to a problem?
My "legacy" application has a need for a high level interrupt, which was connected to xt_highint5. Now that's used by IDF, so I have to migrate.
I realised that xt_highint4 is also taken by the stack, please make it available.
Describe the solution you'd like
Have a setting in the menu.
Describe alternatives you've considered
No response
Additional context
No response
I have checked existing list of Feature requests and the Contribution Guide
The text was updated successfully, but these errors were encountered: