Skip to content

Commit 941c816

Browse files
authored
Merge pull request #623 from adafruit/TheKitty-patch-73
Update SDWebBrowse.ino
2 parents 56d67c6 + 883b1b9 commit 941c816

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

Arduino_Ethernet_SD_Card/SDWebBrowse/SDWebBrowse.ino

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@
1414

1515
#include <SPI.h>
1616
#include <SD.h>
17-
#include <Ethernet.h> // Using WIZ5500 Ethernet chip so Adafruit Ethernet2 library is required
17+
#include <Ethernet.h>
1818

1919
/************ ETHERNET STUFF ************/
2020
byte mac[] = { 0xDE, 0xAD, 0xBE, 0xEF, 0xFE, 0xED }; // change if necessary
@@ -269,4 +269,3 @@ void printDirectory(File dir, int numTabs) {
269269
entry.close();
270270
}
271271
}
272-

0 commit comments

Comments
 (0)