Allows user to bypass PSRAM test and boot faster with WROVER (#6135)

Fixes #5737
This commit is contained in:
Rodrigo Garcia
2022-01-17 09:47:08 -03:00
committed by GitHub
parent 841599c248
commit 1bbe61ab6f
3 changed files with 17 additions and 2 deletions

View File

@ -95,6 +95,9 @@ void analogWrite(uint8_t pin, int value);
//returns chip temperature in Celsius
float temperatureRead();
//allows user to bypass SPI RAM test routine
bool testSPIRAM(void);
#if CONFIG_AUTOSTART_ARDUINO
//enable/disable WDT for Arduino's setup and loop functions
void enableLoopWDT();