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.
2 parents 32a9d84 + b03683f commit 7c46fb9Copy full SHA for 7c46fb9
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