Skip to content

Commit e7b01d7

Browse files
committed
Create a dedicated sub section for "Integrated Monitor" item in IDE 2.x SM change docs
The previous structure would not allow multiple changes to be listed.
1 parent 8b6350a commit e7b01d7

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

content/software/ide-v2/tutorials/ide-v2-serial-monitor/ide-v2-serial-monitor.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ You can also follow the [downloading and installing the Arduino IDE 2.0](/en/Tut
2424

2525
## Notable Changes
2626

27+
### Integrated Monitor
28+
2729
One major change that was introduced with the Arduino IDE 2.0 is the **integrated Serial Monitor**. The older versions of the editor features an external window that matches the port/board that we select.
2830

2931
The Arduino IDE 2.0 works a bit differently. Instead of opening an external window for the Serial Monitor, it shows up where the console log is located, as an additional tab. To understand how this works, let's take a look at how the old editor works:
@@ -36,7 +38,7 @@ Now, let's take a look at the IDE 2.0. Notice how the Serial Monitor is located
3638

3739
The Serial Monitor settings are also located here, such as adjusting the baud rate and sending messages.
3840

39-
### Advantages with New Integration
41+
#### Advantages
4042

4143
A major advantage with having the Serial Monitor integrated with the editor is the possibility to have multiple monitors open simultaneously. In the old editor, when changing the port/board, it changed across all windows. In addition, we were limited to **one Serial Monitor window**, an obstacle that the IDE 2.0 removes.
4244

0 commit comments

Comments
 (0)