From 29ef427ff793d4f4a89b240ab16b3fbae5dfa9f0 Mon Sep 17 00:00:00 2001 From: Sebastian Romero Date: Tue, 26 Mar 2024 14:45:05 +0100 Subject: [PATCH] Remove superfluous code --- content/arduino-cloud/01.guides/04.micropython/content.md | 1 - 1 file changed, 1 deletion(-) diff --git a/content/arduino-cloud/01.guides/04.micropython/content.md b/content/arduino-cloud/01.guides/04.micropython/content.md index 7b123f53bf..3e3e2ef8f9 100644 --- a/content/arduino-cloud/01.guides/04.micropython/content.md +++ b/content/arduino-cloud/01.guides/04.micropython/content.md @@ -415,7 +415,6 @@ if __name__ == "__main__": # Alternatively, a username and password can be used to authenticate: client = ArduinoCloudClient(device_id=DEVICE_ID, username=DEVICE_ID, password=CLOUD_PASSWORD) client.register(ColoredLight("light", swi=True, on_write=on_colored_light_changed)) - client.register("led", value=None) # Start the Arduino Cloud client.