We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
Describe the bug Sample code currently emits warnings.
.../Bluefruit52Lib/examples/Central/central_ti_sensortag_optical/central_ti_sensortag_optical.ino: In function 'void connect_callback(uint16_t)': .../Bluefruit52Lib/examples/Central/central_ti_sensortag_optical/central_ti_sensortag_optical.ino:171:11: warning: unused variable 'buffer' [-Wunused-variable] uint8_t buffer[BLE_GAP_ADV_SET_DATA_SIZE_MAX] = { 0 }; ^~~~~~
Set up (please complete the following information)
To Reproduce Steps to reproduce the behavior:
Expected behavior Sample code should build without warnings.
The text was updated successfully, but these errors were encountered:
Fix adafruit#380 [-Wunused-variable]
8e3c1cb
Merge pull request #386 from henrygab/patch-4
b1b3447
Fix #380 [-Wunused-variable]
fc63ac9
Successfully merging a pull request may close this issue.
Describe the bug
Sample code currently emits warnings.
Set up (please complete the following information)
To Reproduce
Steps to reproduce the behavior:
for the sample being fixed.
Expected behavior
Sample code should build without warnings.
The text was updated successfully, but these errors were encountered: