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

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
khoih-prog authored Nov 29, 2021
1 parent 434731d commit afda3ad
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/WebServer_WT32_ETH01.h
Original file line number Diff line number Diff line change
Expand Up @@ -37,13 +37,13 @@
#warning Using code for ESP32 core v2.0.0+ in WebServer_WT32_ETH01.h
#endif

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

#define WEBSERVER_WT32_ETH01_VERSION "WebServer_WT32_ETH01 v1.4.0 for core v1.0.6-"
#define WEBSERVER_WT32_ETH01_VERSION "WebServer_WT32_ETH01 v1.4.1 for core v1.0.6-"
#endif

#if ESP32
Expand Down

0 comments on commit afda3ad

Please sign in to comment.