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

Update B.ino to remove an extra asterisk that prevents compile. #182

Closed
wants to merge 1 commit into from

Conversation

serialgeist
Copy link

@serialgeist serialgeist commented Sep 22, 2024

Line 396 has an asterisk after BLEScanResults throwing an error on compile.

Line 396 has an asterisk after BLEScanResults throng an error on compile.
@JosephHewitt
Copy link
Owner

Hi,

Thanks for the contribution. This breaks compilation when compiling against the 3.x release of the ESP32 board library. If you are having compilation errors caused by this, it likely means you have version 2.x installed locally.

I suggest sticking to one of the stable releases (using the releases tab on the right) since support for 3.x is still being implemented/tested and is currently less stable than the normal releases. All stable releases support the 2.x branch.

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.

2 participants