Skip to content

minor typo in example code block #2509

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

Open
hipsterindie opened this issue May 27, 2025 · 0 comments
Open

minor typo in example code block #2509

hipsterindie opened this issue May 27, 2025 · 0 comments

Comments

@hipsterindie
Copy link

hipsterindie commented May 27, 2025

Perhaps unnecessary to mention, but there is a typo inside the sketch link, at line 117 in the ota-getting-started.md file:

<iframe src="https://create.arduino.cc/editor/FT-CONTENT/f6aa7be6-ae9c-40b9-a369-fc6e0d034514/preview?embed&snippet#L47-L54" style="height:510px;width:100%;margin:10px 0" frameborder="0"></iframe>

Actual sketch link with typo:

https://create.arduino.cc/editor/FT-CONTENT/f6aa7be6-ae9c-40b9-a369-fc6e0d034514/preview?embed&snippet#L47-L54

The typo in the sketch is on line 58 within the onLightChange function, below the highlighted code; it reads:

'led_satus = ! led_satus;'

when it should read:

'led_status = ! led_status;'

it's minor, but i figured i'd point it out.

@hipsterindie hipsterindie changed the title typo in code block minor typo in example code block May 27, 2025
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