This repository was archived by the owner on Feb 4, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 18 files changed +39
-21
lines changed Expand file tree Collapse file tree 18 files changed +39
-21
lines changed Original file line number Diff line number Diff line change 1212 @file Esp8266WebServer.h
1313 @author Ivan Grokhotkov
1414
15- Version: 2.4.0
15+ Version: 2.4.1
1616
1717 Version Modified By Date Comments
1818 ------- ----------- ---------- -----------
2525 2.2.4 K Hoang 26/10/2022 Add support to Seeed XIAO_NRF52840 and XIAO_NRF52840_SENSE using `mbed` or `nRF52` core
2626 2.3.0 K Hoang 15/11/2022 Add new features, such as CORS. Update code and examples to send big data
2727 2.4.0 K Hoang 22/12/2022 Fix compile errors for new ESP32 core v2.0.6
28+ 2.4.1 K Hoang 06/01/2023 Add support to `WIZNet W6100` using IPv4
2829 *************************************************************************************************************************************/
2930
3031// Library to simplify HTTP fetching on Arduino
Original file line number Diff line number Diff line change 1212 @file Esp8266WebServer.h
1313 @author Ivan Grokhotkov
1414
15- Version: 2.4.0
15+ Version: 2.4.1
1616
1717 Version Modified By Date Comments
1818 ------- ----------- ---------- -----------
2525 2.2.4 K Hoang 26/10/2022 Add support to Seeed XIAO_NRF52840 and XIAO_NRF52840_SENSE using `mbed` or `nRF52` core
2626 2.3.0 K Hoang 15/11/2022 Add new features, such as CORS. Update code and examples to send big data
2727 2.4.0 K Hoang 22/12/2022 Fix compile errors for new ESP32 core v2.0.6
28+ 2.4.1 K Hoang 06/01/2023 Add support to `WIZNet W6100` using IPv4
2829 *************************************************************************************************************************************/
2930
3031#pragma once
Original file line number Diff line number Diff line change 1212 @file Esp8266WebServer.h
1313 @author Ivan Grokhotkov
1414
15- Version: 2.4.0
15+ Version: 2.4.1
1616
1717 Version Modified By Date Comments
1818 ------- ----------- ---------- -----------
2525 2.2.4 K Hoang 26/10/2022 Add support to Seeed XIAO_NRF52840 and XIAO_NRF52840_SENSE using `mbed` or `nRF52` core
2626 2.3.0 K Hoang 15/11/2022 Add new features, such as CORS. Update code and examples to send big data
2727 2.4.0 K Hoang 22/12/2022 Fix compile errors for new ESP32 core v2.0.6
28+ 2.4.1 K Hoang 06/01/2023 Add support to `WIZNet W6100` using IPv4
2829 *************************************************************************************************************************************/
2930
3031#pragma once
3435
3536/////////////////////////////////////////////////////////////////////////
3637
37- #define ETHERNET_WEBSERVER_VERSION "EthernetWebServer v2.4.0 "
38+ #define ETHERNET_WEBSERVER_VERSION "EthernetWebServer v2.4.1 "
3839
3940#define ETHERNET_WEBSERVER_VERSION_MAJOR 2
4041#define ETHERNET_WEBSERVER_VERSION_MINOR 4
41- #define ETHERNET_WEBSERVER_VERSION_PATCH 0
42+ #define ETHERNET_WEBSERVER_VERSION_PATCH 1
4243
43- #define ETHERNET_WEBSERVER_VERSION_INT 2004000
44+ #define ETHERNET_WEBSERVER_VERSION_INT 2004001
4445
4546/////////////////////////////////////////////////////////////////////////
4647
Original file line number Diff line number Diff line change 1212 @file Esp8266WebServer.h
1313 @author Ivan Grokhotkov
1414
15- Version: 2.4.0
15+ Version: 2.4.1
1616
1717 Version Modified By Date Comments
1818 ------- ----------- ---------- -----------
2525 2.2.4 K Hoang 26/10/2022 Add support to Seeed XIAO_NRF52840 and XIAO_NRF52840_SENSE using `mbed` or `nRF52` core
2626 2.3.0 K Hoang 15/11/2022 Add new features, such as CORS. Update code and examples to send big data
2727 2.4.0 K Hoang 22/12/2022 Fix compile errors for new ESP32 core v2.0.6
28+ 2.4.1 K Hoang 06/01/2023 Add support to `WIZNet W6100` using IPv4
2829 *************************************************************************************************************************************/
2930
3031#pragma once
Original file line number Diff line number Diff line change 1212 @file Esp8266WebServer.h
1313 @author Ivan Grokhotkov
1414
15- Version: 2.4.0
15+ Version: 2.4.1
1616
1717 Version Modified By Date Comments
1818 ------- ----------- ---------- -----------
2525 2.2.4 K Hoang 26/10/2022 Add support to Seeed XIAO_NRF52840 and XIAO_NRF52840_SENSE using `mbed` or `nRF52` core
2626 2.3.0 K Hoang 15/11/2022 Add new features, such as CORS. Update code and examples to send big data
2727 2.4.0 K Hoang 22/12/2022 Fix compile errors for new ESP32 core v2.0.6
28+ 2.4.1 K Hoang 06/01/2023 Add support to `WIZNet W6100` using IPv4
2829 *************************************************************************************************************************************/
2930
3031// Class to simplify HTTP fetching on Arduino
Original file line number Diff line number Diff line change 1212 @file Esp8266WebServer.h
1313 @author Ivan Grokhotkov
1414
15- Version: 2.4.0
15+ Version: 2.4.1
1616
1717 Version Modified By Date Comments
1818 ------- ----------- ---------- -----------
2525 2.2.4 K Hoang 26/10/2022 Add support to Seeed XIAO_NRF52840 and XIAO_NRF52840_SENSE using `mbed` or `nRF52` core
2626 2.3.0 K Hoang 15/11/2022 Add new features, such as CORS. Update code and examples to send big data
2727 2.4.0 K Hoang 22/12/2022 Fix compile errors for new ESP32 core v2.0.6
28+ 2.4.1 K Hoang 06/01/2023 Add support to `WIZNet W6100` using IPv4
2829 *************************************************************************************************************************************/
2930
3031// Class to simplify HTTP fetching on Arduino
Original file line number Diff line number Diff line change 1212 @file Esp8266WebServer.h
1313 @author Ivan Grokhotkov
1414
15- Version: 2.4.0
15+ Version: 2.4.1
1616
1717 Version Modified By Date Comments
1818 ------- ----------- ---------- -----------
2525 2.2.4 K Hoang 26/10/2022 Add support to Seeed XIAO_NRF52840 and XIAO_NRF52840_SENSE using `mbed` or `nRF52` core
2626 2.3.0 K Hoang 15/11/2022 Add new features, such as CORS. Update code and examples to send big data
2727 2.4.0 K Hoang 22/12/2022 Fix compile errors for new ESP32 core v2.0.6
28+ 2.4.1 K Hoang 06/01/2023 Add support to `WIZNet W6100` using IPv4
2829 *************************************************************************************************************************************/
2930
3031// Library to simplify HTTP fetching on Arduino
Original file line number Diff line number Diff line change 1212 @file Esp8266WebServer.h
1313 @author Ivan Grokhotkov
1414
15- Version: 2.4.0
15+ Version: 2.4.1
1616
1717 Version Modified By Date Comments
1818 ------- ----------- ---------- -----------
2525 2.2.4 K Hoang 26/10/2022 Add support to Seeed XIAO_NRF52840 and XIAO_NRF52840_SENSE using `mbed` or `nRF52` core
2626 2.3.0 K Hoang 15/11/2022 Add new features, such as CORS. Update code and examples to send big data
2727 2.4.0 K Hoang 22/12/2022 Fix compile errors for new ESP32 core v2.0.6
28+ 2.4.1 K Hoang 06/01/2023 Add support to `WIZNet W6100` using IPv4
2829 *************************************************************************************************************************************/
2930
3031// Library to simplify HTTP fetching on Arduino
Original file line number Diff line number Diff line change 1212 @file Esp8266WebServer.h
1313 @author Ivan Grokhotkov
1414
15- Version: 2.4.0
15+ Version: 2.4.1
1616
1717 Version Modified By Date Comments
1818 ------- ----------- ---------- -----------
2525 2.2.4 K Hoang 26/10/2022 Add support to Seeed XIAO_NRF52840 and XIAO_NRF52840_SENSE using `mbed` or `nRF52` core
2626 2.3.0 K Hoang 15/11/2022 Add new features, such as CORS. Update code and examples to send big data
2727 2.4.0 K Hoang 22/12/2022 Fix compile errors for new ESP32 core v2.0.6
28+ 2.4.1 K Hoang 06/01/2023 Add support to `WIZNet W6100` using IPv4
2829 *************************************************************************************************************************************/
2930
3031// (c) Copyright Arduino. 2016
Original file line number Diff line number Diff line change 1212 @file Esp8266WebServer.h
1313 @author Ivan Grokhotkov
1414
15- Version: 2.4.0
15+ Version: 2.4.1
1616
1717 Version Modified By Date Comments
1818 ------- ----------- ---------- -----------
2525 2.2.4 K Hoang 26/10/2022 Add support to Seeed XIAO_NRF52840 and XIAO_NRF52840_SENSE using `mbed` or `nRF52` core
2626 2.3.0 K Hoang 15/11/2022 Add new features, such as CORS. Update code and examples to send big data
2727 2.4.0 K Hoang 22/12/2022 Fix compile errors for new ESP32 core v2.0.6
28+ 2.4.1 K Hoang 06/01/2023 Add support to `WIZNet W6100` using IPv4
2829 *************************************************************************************************************************************/
2930
3031// (c) Copyright Arduino. 2016
You can’t perform that action at this time.
0 commit comments