We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e800462 commit 6638ed6Copy full SHA for 6638ed6
libraries/ESP32/examples/ArduinoWaitTimeBeforeStartingSketch/ArduinoWaitTimeBeforeStartingSketch.ino
@@ -2,7 +2,7 @@
2
// before the sketch would start its execution. It gives the user time to open the Serial Monitor
3
4
// This will force the Sketch execution to wait for 5 seconds before starting it execution
5
-// setup() will be execute only after this time
+// setup() will be executed only after this time
6
SET_TIME_BEFORE_STARTING_SKETCH_MS(5000);
7
8
0 commit comments