Skip to content

Commit f92ba7c

Browse files
Update content/Software and Downloads/IDE Settings/If-setup-runs-twice.md
Co-authored-by: seaxwi <71350948+seaxwi@users.noreply.github.com>
1 parent d940391 commit f92ba7c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/Software and Downloads/IDE Settings/If-setup-runs-twice.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Since a port can only be connected to one application at a time, the Arduino IDE
88

99
The repeated output can be avoided in two ways:
1010

11-
1. If one simply wants to repeatedly run the sketch to observe the output, there’s no need to upload the (same) sketch multiple times. Just press the reset button with the Serial Monitor open. This resets the board without closing the port, resulting in no repeated output.
11+
1. If one simply wants to repeatedly run the sketch to observe the output, there’s no need to upload the (same) sketch multiple times. Just press the reset button with the Serial Monitor open.
1212
2. The board resets after approximately 100 milliseconds. By adding `delay(150)` at the start of the `setup()` function, the board will be reset before any of the following code is executed. Increase the delay if needed.
1313

1414
## Useful information

0 commit comments

Comments
 (0)