We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f78bdb7 commit 3e66dafCopy full SHA for 3e66daf
src/utility/w5100.cpp
@@ -24,7 +24,7 @@
24
25
// MKR boards default to pin 5 for MKR ETH
26
// Pins 8-10 are MOSI/SCK/MISO on MRK, so don't use pin 10
27
-#elif defined(USE_ARDUINO_MKR_PIN_LAYOUT) || defined(ARDUINO_SAMD_MKRZERO) || defined(ARDUINO_SAMD_MKR1000) || defined(ARDUINO_SAMD_MKRFox1200) || defined(ARDUINO_SAMD_MKRGSM1400) || defined(ARDUINO_SAMD_MKRWAN1300)
+#elif defined(USE_ARDUINO_MKR_PIN_LAYOUT) || defined(ARDUINO_SAMD_MKRZERO) || defined(ARDUINO_SAMD_MKR1000) || defined(ARDUINO_SAMD_MKRFox1200) || defined(ARDUINO_SAMD_MKRGSM1400) || defined(ARDUINO_SAMD_MKRWAN1300) || defined(ARDUINO_SAMD_MKRVIDOR4000)
28
#define SS_PIN_DEFAULT 5
29
30
// For boards using AVR, assume shields with SS on pin 10
0 commit comments