Skip to content

Commit 6638ed6

Browse files
SuGliderCopilot
andauthored
fix(arduino): spacing and commentary error
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
1 parent e800462 commit 6638ed6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

libraries/ESP32/examples/ArduinoWaitTimeBeforeStartingSketch/ArduinoWaitTimeBeforeStartingSketch.ino

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
// before the sketch would start its execution. It gives the user time to open the Serial Monitor
33

44
// This will force the Sketch execution to wait for 5 seconds before starting it execution
5-
// setup() will be execute only after this time
5+
// setup() will be executed only after this time
66
SET_TIME_BEFORE_STARTING_SKETCH_MS(5000);
77

88

0 commit comments

Comments
 (0)