-
Notifications
You must be signed in to change notification settings - Fork 7.4k
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
Fixes Pointer and Call using Serial BT callback #9245
Conversation
👋 Hello SuGlider, we appreciate your contribution to this project! Click to see more instructions ...
Review and merge process you can expect ...
|
Description of Change
IDF has changed Serial BT Callback type definition. This PR fixes the Arduino SerialBT API to match new type and function signature.
Tests scenarios
ESP32 - CI
Related links
Closes #9244