Skip to content

Commit 0007883

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 8489fe6 commit 0007883

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
@@ -17,7 +17,7 @@ The repeated output can be avoided in two ways:
1717
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.
1818
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.
1919

20-
## Useful information
20+
## Further reading
2121

2222
* [Serial.read()](https://www.arduino.cc/reference/en/language/functions/communication/serial/read/) in Arduino reference
2323
* [Serial input basics](https://forum.arduino.cc/t/serial-input-basics-updated/382007) in the Arduino Forum

0 commit comments

Comments
 (0)