Skip to content

Commit edf0ad2

Browse files
authored
Merge pull request #1842 from arduino/sebromero/upython-cloud-fix
Remove superfluous code in example
2 parents 3867ae3 + 29ef427 commit edf0ad2

File tree

1 file changed

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

1 file changed

+0
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -415,7 +415,6 @@ if __name__ == "__main__":
415415
# Alternatively, a username and password can be used to authenticate:
416416
client = ArduinoCloudClient(device_id=DEVICE_ID, username=DEVICE_ID, password=CLOUD_PASSWORD)
417417
client.register(ColoredLight("light", swi=True, on_write=on_colored_light_changed))
418-
client.register("led", value=None)
419418

420419
# Start the Arduino Cloud client.
421420

0 commit comments

Comments
 (0)