Skip to content

Commit f94ae40

Browse files
committed
[PXCT-389]update cloud screenshot and content
1 parent acc4ea1 commit f94ae40

File tree

2 files changed

+11
-10
lines changed

2 files changed

+11
-10
lines changed
Loading

content/arduino-cloud/03.cloud-interface/01.things/things.md

+11-10
Original file line numberDiff line numberDiff line change
@@ -76,22 +76,23 @@ The credentials entered are automatically included in your sketch (see [automati
7676

7777
## Sketch
7878

79-
The sketch tab contains a built-in editor where you can edit, compile and upload sketches to your devices.
79+
The sketch tab will open the Cloud Editor where you can edit, compile and upload sketches to your devices.
8080

8181
![Built-in editor.](assets/built-in-editor.png)
8282

83-
- **1. Verify / Upload** - compile and upload code to your devices.
84-
- **2. Connected devices** - connected devices will appear here.
85-
- **3. Open full editor** - opens the full Cloud Editor.
86-
- **4. Serial Monitor** - view serial data from your device.
87-
- **5. Auto Indentation** - auto indents your code.
88-
- **6. Notifications** - whenever you change something in your Thing, a notification will appear here with the changes made.
89-
90-
This editor is a mirror of the [Cloud Editor](https://create.arduino.cc/editor/), which you can access via the **"Open Full Editor"** button.
83+
1. **Arduino Cloud Menu** - navigation menu for the Arduino Cloud platform and to go back to Cloud homepage.
84+
2. **Examples** - a set of basic Arduino examples.
85+
3. **Libraries** - all libraries that are included in the Arduino library manager (5000+).
86+
4. **Reference** - the Arduino Reference provides an overview of the available methods in the Arduino programming API.
87+
5. **Editor** - the code editor area, where we write the program for our board.
88+
6. **Console Log** - this window informs you of the status of your compilation / upload.
89+
7. **Verify/Upload** - verify (compile) your code using the checkmark button, and upload it to your board using the right arrow.
90+
8. **Board / Port Selection** - the board connected to your computer will be automatically displayed here. You can also manually change this.
91+
9. **Serial Monitor** - a tool that reads serial data sent from your board to the computer.
9192

9293
The editor includes all cores for official Arduino boards, and over 6000+ libraries. Many boards also supports **Over-the-air (OTA)** uploads, which is enabled after your first upload via USB.
9394

94-
***For more information on the editor, check out the [Cloud Editor](/arduino-cloud/guides/cloud-editor) tutorial.***
95+
***For more information on the editor, check out the [Cloud Editor](https://docs.arduino.cc/arduino-cloud/guides/editor/) tutorial.***
9596

9697
## Metadata
9798

0 commit comments

Comments
 (0)