We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Board: ANY
Compilation Error in BLE_Advertising.cpp at lines 265 and 274:
log_v(">> setPrivateAddress") log_v("<< setPrivateAddress")
https://github.com/espressif/arduino-esp32/blob/master/libraries/BLE/src/BLEAdvertising.cpp#L265
https://github.com/espressif/arduino-esp32/blob/master/libraries/BLE/src/BLEAdvertising.cpp#L274
Both are missing semicolons!
Introduced as part of commit: bea7bd1
The text was updated successfully, but these errors were encountered:
fix for BLE Library Compile Error espressif#2866
99b169c
fix for BLE Library Compile Error #2866 (#2876)
74ffdac
@coolbreeze413 please consider closing this issue as this has been fixed via PR #2876
Sorry, something went wrong.
closing the issue, as fix merged. apologize for delay, missed the merge notification.
No branches or pull requests
Hardware:
Board: ANY
Description:
Compilation Error in BLE_Advertising.cpp at lines 265 and 274:
https://github.com/espressif/arduino-esp32/blob/master/libraries/BLE/src/BLEAdvertising.cpp#L265
https://github.com/espressif/arduino-esp32/blob/master/libraries/BLE/src/BLEAdvertising.cpp#L274
Both are missing semicolons!
Introduced as part of commit:
bea7bd1
The text was updated successfully, but these errors were encountered: