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

Commit afda3ad

Browse files
authored
Fix typo
1 parent 434731d commit afda3ad

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/WebServer_WT32_ETH01.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -37,13 +37,13 @@
3737
#warning Using code for ESP32 core v2.0.0+ in WebServer_WT32_ETH01.h
3838
#endif
3939

40-
#define WEBSERVER_WT32_ETH01_VERSION "WebServer_WT32_ETH01 v1.4.0 for core v2.0.0+"
40+
#define WEBSERVER_WT32_ETH01_VERSION "WebServer_WT32_ETH01 v1.4.1 for core v2.0.0+"
4141
#else
4242
#if (_ETHERNET_WEBSERVER_LOGLEVEL_ > 2)
4343
#warning Using code for ESP32 core v1.0.6- in WebServer_WT32_ETH01.h
4444
#endif
4545

46-
#define WEBSERVER_WT32_ETH01_VERSION "WebServer_WT32_ETH01 v1.4.0 for core v1.0.6-"
46+
#define WEBSERVER_WT32_ETH01_VERSION "WebServer_WT32_ETH01 v1.4.1 for core v1.0.6-"
4747
#endif
4848

4949
#if ESP32

0 commit comments

Comments
 (0)