Skip to content
This repository was archived by the owner on Feb 4, 2023. It is now read-only.

Commit 0c49c41

Browse files
authored
Fix typo
1 parent 930b912 commit 0c49c41

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@
3939
},
4040
{
4141
"owner": "khoih-prog",
42-
"name": "AsyncUdp_ESP32_W5500",
42+
"name": "AsyncUDP_ESP32_W5500",
4343
"version": "^2.0.0",
4444
"platforms": "espressif32"
4545
}

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,6 @@ category=Communication
88
url=https://github.com/khoih-prog/AsyncDNSServer_ESP32_W5500
99
repository=https://github.com/khoih-prog/AsyncDNSServer_ESP32_W5500
1010
architectures=esp32
11-
depends=WebServer_ESP32_W5500, AsyncUdp_ESP32_W5500
11+
depends=WebServer_ESP32_W5500, AsyncUDP_ESP32_W5500
1212
license=GPLv3
1313
includes=AsyncDNSServer_ESP32_W5500.h, AsyncDNSServer_ESP32_W5500.hpp

0 commit comments

Comments
 (0)