Skip to content

Commit 1e63f85

Browse files
Update content/arduino-cloud/01.guides/03.esp32/esp32.md
Co-authored-by: Gaia Castronovo <[email protected]>
1 parent 59f2e9a commit 1e63f85

File tree

1 file changed

+2
-1
lines changed
  • content/arduino-cloud/01.guides/03.esp32

1 file changed

+2
-1
lines changed

content/arduino-cloud/01.guides/03.esp32/esp32.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -47,7 +47,8 @@ Next, navigate to the **Things** tab. Here you will see a list of your Things, a
4747
A "Thing" is a virtual twin of your hardware, and it is here that we create variables that we want to synchronize between the Cloud and board. Any changes we make here will be reflected in an [automatically generated sketch](/arduino-cloud/cloud-interface/sketches#iot-sketches).
4848

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.
50-
2. let's create a new variable, call it `test`, and select it to be a `boolean` type and with a **read/write** permission.
50+
2. Let's create a new variable, call it `test`, and select it to be a `boolean` type and with a **read/write** permission.
51+
5152
3. finally, configure your network in the **Network** section on the device page. Here you will enter your Wi-Fi® credentials, and your **Secret Key**, obtained when configuring your device.
5253

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

0 commit comments

Comments
 (0)