Skip to content

Commit 3cd7cca

Browse files
authored
Update w5100.h
1 parent f336a49 commit 3cd7cca

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/utility/w5100.h

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@
2323
#endif
2424

2525
// Safe for all chips
26-
#define SPI_ETHERNET_SETTINGS SPISettings(14000000, MSBFIRST, SPI_MODE0)
26+
#define SPI_ETHERNET_SETTINGS SPISettings(SPI_ETHERNET_SPEED, MSBFIRST, SPI_MODE0)
2727

2828
// Safe for W5200 and W5500, but too fast for W5100
2929
// Uncomment this if you know you'll never need W5100 support.

0 commit comments

Comments
 (0)