We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ce851ac commit b2fff2cCopy full SHA for b2fff2c
content/arduino-cloud/01.guides/04.micropython/content.md
@@ -406,7 +406,8 @@ if __name__ == "__main__":
406
# NOTE: Add networking code here or in boot.py
407
wifi_connect()
408
409
- # Create a client object to connect to the Arduino IoT cloud.
+ # Create a client object to connect to the Arduino Cloud.
410
+
411
# For MicroPython, the key and cert files must be stored in DER format on the filesystem.
412
# Alternatively, a username and password can be used to authenticate:
413
client = ArduinoCloudClient(device_id=DEVICE_ID, username=DEVICE_ID, password=CLOUD_PASSWORD)
0 commit comments