Skip to content
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

ESP32: Regression fix, cannot build without Bluetooth. #2418

Merged
merged 1 commit into from
Sep 22, 2023

Conversation

GaryOtt
Copy link
Contributor

@GaryOtt GaryOtt commented Sep 22, 2023

Added #ifdef BLUETOOTH to overcome compilation error.

targets/esp32/main.c:86:5: error: implicit declaration of function 'gatts_sendNUSNotificationIfNotEmpty' [-Werror=implicit-function-declaration]
     gatts_sendNUSNotificationIfNotEmpty();

@gfwilliams
Copy link
Member

Thanks!

@gfwilliams gfwilliams merged commit 0f3111d into espruino:master Sep 22, 2023
15 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants