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 1f7d449 commit e800462Copy full SHA for e800462
cores/esp32/main.cpp
@@ -44,7 +44,7 @@ __attribute__((weak)) bool shouldPrintChipDebugReport(void) {
44
return false;
45
}
46
47
-// this function can be changed by the skectch using the macro SET_TIME_BEFORE_STARTING_SKETCH_MS(time_ms)
+// this function can be changed by the sketch using the macro SET_TIME_BEFORE_STARTING_SKETCH_MS(time_ms)
48
__attribute__((weak)) uint64_t getArduinoSetupWaitTime_ms(void) {
49
return 0;
50
0 commit comments