We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f336a49 commit 3cd7ccaCopy full SHA for 3cd7cca
src/utility/w5100.h
@@ -23,7 +23,7 @@
23
#endif
24
25
// Safe for all chips
26
-#define SPI_ETHERNET_SETTINGS SPISettings(14000000, MSBFIRST, SPI_MODE0)
+#define SPI_ETHERNET_SETTINGS SPISettings(SPI_ETHERNET_SPEED, MSBFIRST, SPI_MODE0)
27
28
// Safe for W5200 and W5500, but too fast for W5100
29
// Uncomment this if you know you'll never need W5100 support.
0 commit comments