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 3a3853c commit eaec282Copy full SHA for eaec282
cores/esp32/Arduino.h
@@ -228,6 +228,12 @@ bool shouldPrintChipDebugReport(void);
228
return true; \
229
}
230
231
+uint64_t getArduinoSetupWaitTick(void);
232
+#define SET_SETUP_WAIT_TICH(tick) \
233
+ uint64_t getArduinoSetupWaitTick() { \
234
+ return tick; \
235
+ }
236
+
237
// allows user to bypass esp_spiram_test()
238
bool esp_psram_extram_test(void);
239
#define BYPASS_SPIRAM_TEST(bypass) \
0 commit comments