From afda3ad64c85c08c8a9ba100d23c3762979e04ed Mon Sep 17 00:00:00 2001 From: Khoi Hoang <57012152+khoih-prog@users.noreply.github.com> Date: Mon, 29 Nov 2021 11:58:54 -0500 Subject: [PATCH] Fix typo --- src/WebServer_WT32_ETH01.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/WebServer_WT32_ETH01.h b/src/WebServer_WT32_ETH01.h index ce4ceb8..11216d5 100644 --- a/src/WebServer_WT32_ETH01.h +++ b/src/WebServer_WT32_ETH01.h @@ -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