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 3d1b0b1 commit 35f9ce4Copy full SHA for 35f9ce4
AdafruitIO_Ethernet.cpp
@@ -9,7 +9,7 @@
9
//
10
// All text above must be included in any redistribution.
11
12
-#if defined(ARDUINO_ARCH_AVR) || defined(ARDUINO_ARCH_SAMD)
+#if defined(ARDUINO_ARCH_AVR) || (defined(ARDUINO_ARCH_SAMD) && !defined(WINC1501_RESET_PIN))
13
14
#include "AdafruitIO_Ethernet.h"
15
AdafruitIO_Ethernet.h
@@ -12,7 +12,7 @@
#ifndef ADAFRUITIO_Ethernet_H
#define ADAFRUITIO_Ethernet_H
16
17
#include "Arduino.h"
18
#include <SPI.h>
0 commit comments