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 462c518 commit 97bebdcCopy full SHA for 97bebdc
libraries/SPI/src/SPI.cpp
@@ -74,13 +74,6 @@ void SPIClass::begin(uint8_t _pin)
74
spiSettings[idx].dMode,
75
spiSettings[idx].bOrder);
76
_CSPinConfig = _pin;
77
-#if __has_include("WiFi.h")
78
- // Wait wifi shield initialization.
79
- // Should be better to do in SpiDrv::begin() of WiFi library but it seems
80
- // there is no more update on this library as shield is retired.
81
- delay(2000);
82
-#endif
83
-
84
}
85
86
/**
0 commit comments