Skip to content

Commit 632a0f6

Browse files
Update content/arduino-cloud/01.guides/02.arduino-c/arduino-c.md
Co-authored-by: Gaia Castronovo <[email protected]>
1 parent fcd5646 commit 632a0f6

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

content/arduino-cloud/01.guides/02.arduino-c/arduino-c.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,8 @@ A "Thing" is a virtual twin of your hardware, and it is here that we create vari
4949
1. First, let's attach the device we want to use, by clicking the **"Select Device"** button in the **"Associated Devices"** section to the right.
5050
2. Let's create a new variable, call it `test`, and select it to be a `boolean` type and with a **read/write** permission.
5151

52-
3. finally, configure your network in the **Network** section on the device page. Here you will enter your Wi-Fi® credentials, and if you are using an ESP32 based board, you need to enter the secret key here.
52+
3. Finally, configure your network in the **Network** section on the device page. Here you will enter your Wi-Fi® credentials, and if you are using an ESP32 based board, you need to enter the secret key here.
53+
5354

5455
![Enter network credentials.](assets/esp32-only.png)
5556

0 commit comments

Comments
 (0)