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