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:
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