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

Correct MKRIoTCarrier::display.print snippets #1924

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

per1234
Copy link
Contributor

@per1234 per1234 commented May 6, 2024

What This PR Changes

Previously the carrier object component of the statement was missing from the code snippets demonstrating the use of the "Arduino_MKRIoTCarrier" library's MKRIoTCarrier::display.print function. This would cause compilation of the snippet to fail:

error: 'display' was not declared in this scope
   display.print("text");
   ^~~~~~~

Contribution Guidelines

Additional context

Originally reported at:

https://forum.arduino.cc/t/arduino-mkriotcarrier-greenhouse-iotcloud/1255358/4?u=ptillisch

Previously the `carrier` object component of the statement was missing from the code snippets demonstrating the use of
the "Arduino_MKRIoTCarrier" library's `MKRIoTCarrier::display.print` function. This would cause compilation of the
snippet to fail:

error: 'display' was not declared in this scope
   display.print("text");
   ^~~~~~~
@per1234 per1234 added bug Something isn't working arduino Bugs and fixes added by the Arduino Team labels May 6, 2024
@per1234 per1234 requested a review from jacobhylen May 16, 2024 19:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
arduino Bugs and fixes added by the Arduino Team bug Something isn't working maker
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants