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
Perhaps unnecessary to mention, but there is a typo inside the sketch link, at line 117 in the ota-getting-started.md file:
docs-content/content/arduino-cloud/06.features/04.ota-getting-started/ota-getting-started.md
Line 117 in bd8d9f1
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.
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Uh oh!
There was an error while loading. Please reload this page.
Perhaps unnecessary to mention, but there is a typo inside the sketch link, at line 117 in the ota-getting-started.md file:
docs-content/content/arduino-cloud/06.features/04.ota-getting-started/ota-getting-started.md
Line 117 in bd8d9f1
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.
The text was updated successfully, but these errors were encountered: