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

Unable to mock 'when(!Serial)` #59

Open
dansiviter opened this issue Apr 8, 2024 · 0 comments
Open

Unable to mock 'when(!Serial)` #59

dansiviter opened this issue Apr 8, 2024 · 0 comments

Comments

@dansiviter
Copy link

As per the documentation it should be possible to check if the connection is available.

Given:

when (!Serial);

The compiler spits out: undefined reference to 'Serial_::operator bool()'. It seems it was commented out some time ago.

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

No branches or pull requests

1 participant