Skip to content

Commit 9039219

Browse files
Update content/arduino-cloud/01.guides/04.micropython/content.md
Co-authored-by: Josefine Hansson <[email protected]>
1 parent b2fff2c commit 9039219

File tree

1 file changed

+2
-1
lines changed
  • content/arduino-cloud/01.guides/04.micropython

1 file changed

+2
-1
lines changed

content/arduino-cloud/01.guides/04.micropython/content.md

+2-1
Original file line numberDiff line numberDiff line change
@@ -414,7 +414,8 @@ if __name__ == "__main__":
414414
client.register(ColoredLight("light", swi=True, on_write=on_colored_light_changed))
415415
client.register("led", value=None)
416416

417-
# Start the Arduino IoT cloud client.
417+
# Start the Arduino Cloud client.
418+
418419
client.start()
419420
```
420421

0 commit comments

Comments
 (0)