Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit a2d7c0d

Browse filesBrowse files
authored
[Examples] WiFi and Ethernet examples organization (espressif#5830)
* examples: WiFi and Ethernet examples organization * examples: Change on CI scripts to include new folder * Library name reverted to WiFi * examples: WiFi and Ethernet examples organization in a new folder * examples: Eth files moved from WiFi to Ethernet lib and CMakeLists updated
1 parent 666cd3c commit a2d7c0d
Copy full SHA for a2d7c0d

File tree

Expand file treeCollapse file tree

8 files changed

+10
-1
lines changed
Filter options
Expand file treeCollapse file tree

8 files changed

+10
-1
lines changed

‎CMakeLists.txt

Copy file name to clipboardExpand all lines: CMakeLists.txt
+1-1Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,7 @@ set(LIBRARY_SRCS
5555
libraries/DNSServer/src/DNSServer.cpp
5656
libraries/EEPROM/src/EEPROM.cpp
5757
libraries/ESPmDNS/src/ESPmDNS.cpp
58+
libraries/Ethernet/src/ETH.cpp
5859
libraries/FFat/src/FFat.cpp
5960
libraries/FS/src/FS.cpp
6061
libraries/FS/src/vfs_api.cpp
@@ -91,7 +92,6 @@ set(LIBRARY_SRCS
9192
libraries/WebServer/src/detail/mimetable.cpp
9293
libraries/WiFiClientSecure/src/ssl_client.cpp
9394
libraries/WiFiClientSecure/src/WiFiClientSecure.cpp
94-
libraries/WiFi/src/ETH.cpp
9595
libraries/WiFi/src/WiFiAP.cpp
9696
libraries/WiFi/src/WiFiClient.cpp
9797
libraries/WiFi/src/WiFi.cpp

‎libraries/Ethernet/library.properties

Copy file name to clipboard
+9Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,9 @@
1+
name=Ethernet
2+
version=2.0.0
3+
author=Hristo Gochkov
4+
maintainer=Hristo Gochkov <hristo@espressif.com>
5+
sentence=Enables network connection (local and Internet) using the ESP32 Ethernet.
6+
paragraph=With this library you can instantiate Servers, Clients and send/receive UDP packets through Ethernet. The IP address can be assigned statically or through a DHCP. The library can also manage DNS.
7+
category=Communication
8+
url=
9+
architectures=esp32
File renamed without changes.
File renamed without changes.

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.