Skip to content

Commit dfd5a4f

Browse files
authored
replace old Ethernet Arduino-library with v2, submoduled (esp8266#6812)
1 parent 3bd2458 commit dfd5a4f

36 files changed

+4
-4633
lines changed

.gitmodules

+3
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,9 @@
1919
[submodule "tools/esptool"]
2020
path = tools/esptool
2121
url = https://github.com/espressif/esptool.git
22+
[submodule "libraries/Ethernet"]
23+
path = libraries/Ethernet
24+
url = https://github.com/arduino-libraries/Ethernet.git
2225
[submodule "tools/sdk/uzlib"]
2326
path = tools/sdk/uzlib
2427
url = https://github.com/earlephilhower/uzlib.git

libraries/Ethernet

Submodule Ethernet added at 75a3c37

libraries/Ethernet/README.adoc

-26
This file was deleted.

libraries/Ethernet/examples/AdvancedChatServer/AdvancedChatServer.ino

-109
This file was deleted.

libraries/Ethernet/examples/BarometricPressureWebServer/BarometricPressureWebServer.ino

-222
This file was deleted.

0 commit comments

Comments
 (0)