Skip to content

Commit 4cabf6a

Browse files
committed
Removed unneeded reference to EEPROM.h
1 parent b71cdcc commit 4cabf6a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

libraries/MySensors/examples/GatewayW5100MQTTClient/GatewayW5100MQTTClient.ino

+1-2
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,6 @@
5757
* Make sure to fill in your ssid and WiFi password below for ssid & pass.
5858
*/
5959

60-
#include <EEPROM.h>
6160
#include <SPI.h>
6261

6362
// Enable debug prints to serial monitor
@@ -82,7 +81,7 @@
8281
// Enable Soft SPI for NRF radio (note different radio wiring is required)
8382
// The W5100 ethernet module seems to have a hard time co-operate with
8483
// radio on the same spi bus.
85-
#if !defined(MY_W5100_SPI_EN)
84+
#if !defined(MY_W5100_SPI_EN) && !defined(ARDUINO_ARCH_SAMD)
8685
#define MY_SOFTSPI
8786
#define MY_SOFT_SPI_SCK_PIN 14
8887
#define MY_SOFT_SPI_MISO_PIN 16

0 commit comments

Comments
 (0)