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 68db055 commit 9f476adCopy full SHA for 9f476ad
examples/StandardFirmataWiFi/StandardFirmataWiFi.ino
@@ -947,7 +947,8 @@ void setup()
947
|| 28 == i
948
#endif //defined(__AVR_ATmega32U4__)
949
) {
950
-#elif defined (WIFI_101)
+// don't ignore pins when using Wi-Fi 101 library with the MKR1000
951
+#elif defined (WIFI_101) && !defined(ARDUINO_SAMD_MKR1000)
952
if (IS_IGNORE_WIFI101_SHIELD(i)) {
953
#elif defined (HUZZAH_WIFI)
954
// TODO
0 commit comments