-
-
Notifications
You must be signed in to change notification settings - Fork 454
Open
Description
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
<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:
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.
Metadata
Metadata
Assignees
Labels
No labels