Skip to content

Commit b2fff2c

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

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
@@ -406,7 +406,8 @@ if __name__ == "__main__":
406406
# NOTE: Add networking code here or in boot.py
407407
wifi_connect()
408408

409-
# Create a client object to connect to the Arduino IoT cloud.
409+
# Create a client object to connect to the Arduino Cloud.
410+
410411
# For MicroPython, the key and cert files must be stored in DER format on the filesystem.
411412
# Alternatively, a username and password can be used to authenticate:
412413
client = ArduinoCloudClient(device_id=DEVICE_ID, username=DEVICE_ID, password=CLOUD_PASSWORD)

0 commit comments

Comments
 (0)