diff --git a/CONTRIBUTING.md b/CONTRIBUTING.md index 838352ce..f1d4f2e7 100644 --- a/CONTRIBUTING.md +++ b/CONTRIBUTING.md @@ -30,7 +30,7 @@ Arduino IDE version: 1.8.19 RASPBERRY_PI_PICO board ArduinoCore-mbed v3.1.1 OS: Ubuntu 20.04 LTS -Linux xy-Inspiron-3593 5.15.0-41-generic #44~20.04.1-Ubuntu SMP Fri Jun 24 13:27:29 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux +Linux xy-Inspiron-3593 5.15.0-46-generic #49~20.04.1-Ubuntu SMP Thu Aug 4 19:15:44 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux Context: I encountered an endless loop while trying to connect to Local WiFi. diff --git a/README.md b/README.md index 0daf3c37..660f6f79 100644 --- a/README.md +++ b/README.md @@ -271,14 +271,14 @@ This [**WiFiWebServer library**](https://github.com/khoih-prog/WiFiWebServer) cu 11. [`Arduino Core for STM32 v2.3.0+`](https://github.com/stm32duino/Arduino_Core_STM32) for STM32F/L/H/G/WB/MP1 boards. [![GitHub release](https://img.shields.io/github/release/stm32duino/Arduino_Core_STM32.svg)](https://github.com/stm32duino/Arduino_Core_STM32/releases/latest) -12. [`Earle Philhower's arduino-pico core v2.4.0+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. [![GitHub release](https://img.shields.io/github/release/earlephilhower/arduino-pico.svg)](https://github.com/earlephilhower/arduino-pico/releases/latest) +12. [`Earle Philhower's arduino-pico core v2.5.2+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, ADAFRUIT_FEATHER_RP2040 and GENERIC_RP2040**, etc. [![GitHub release](https://img.shields.io/github/release/earlephilhower/arduino-pico.svg)](https://github.com/earlephilhower/arduino-pico/releases/latest) 13. [`ArduinoCore-mbed mbed_rp2040, mbed_nano, mbed_portenta core 3.1.1+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino (Use Arduino Board Manager) **Portenta_H7, RP2040-based boards, such as Nano_RP2040_Connect, RASPBERRY_PI_PICO**. [![GitHub release](https://img.shields.io/github/release/arduino/ArduinoCore-mbed.svg)](https://github.com/arduino/ArduinoCore-mbed/releases/latest) 14. [`Arduino megaAVR core 1.8.7+`](https://github.com/arduino/ArduinoCore-megaavr/releases) for Arduino megaAVR boards such as **UNO_WIFI_REV2, NANO_EVERY** 15. [`Functional-Vlpp library v1.0.2+`](https://github.com/khoih-prog/functional-vlpp) to use server's lambda function. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/Functional-Vlpp.svg?)](https://www.ardu-badge.com/Functional-Vlpp) -16. [`WiFiNINA_Generic library v1.8.14-5+`](https://github.com/khoih-prog/WiFiNINA_Generic) if using WiFiNINA. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/WiFiNINA_Generic.svg?)](https://www.ardu-badge.com/WiFiNINA_Generic). +16. [`WiFiNINA_Generic library v1.8.14-6+`](https://github.com/khoih-prog/WiFiNINA_Generic) if using WiFiNINA. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/WiFiNINA_Generic.svg?)](https://www.ardu-badge.com/WiFiNINA_Generic). 17. [`ESP_AT_Lib library v1.4.1+`](https://github.com/khoih-prog/ESP_AT_Lib) if using ESP8288/ESP32-AT shields. To install, check [![arduino-library-badge](https://www.ardu-badge.com/badge/ESP_AT_Lib.svg?)](https://www.ardu-badge.com/ESP_AT_Lib). 18. [`Modified WiFi101 Library v0.16.1+`](https://github.com/khoih-prog/WiFi101) to use SAMD MKR1000, etc. boards with WiFi101. 19. [`WiFiEspAT library v1.4.1+`](https://github.com/jandrassy/WiFiEspAT) if using ESP8288/ESP32-AT shields. [![GitHub release](https://img.shields.io/github/release/jandrassy/WiFiEspAT.svg)](https://github.com/jandrassy/WiFiEspAT/releases/latest) @@ -915,7 +915,7 @@ The following are debug terminal output and screen shot when running example [** ``` Starting AdvancedServer on SAMD_NANO_33_IOT -WiFiWebServer v1.9.3 +WiFiWebServer v1.9.4 [NN] =============================== [NN] Used/default SPI pinout: @@ -1068,7 +1068,7 @@ The terminal output of **SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic L ``` Starting SimpleWebSocket on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library -WiFiWebServer v1.9.3 +WiFiWebServer v1.9.4 Connecting to SSID: HueNet1 You're connected to the network, IP = 192.168.2.98 SSID: HueNet1, Signal strength (RSSI):-24 dBm @@ -1102,7 +1102,7 @@ The terminal output of **SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic L ``` Starting SimpleHTTPExample on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library -WiFiWebServer v1.9.3 +WiFiWebServer v1.9.4 Connecting to SSID: HueNet1 You're connected to the network, IP = 192.168.2.98 SSID: HueNet1, Signal strength (RSSI):-21 dBm @@ -1161,7 +1161,7 @@ The terminal output of **SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic L ``` Starting DweetPost on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library -WiFiWebServer v1.9.3 +WiFiWebServer v1.9.4 Connecting to SSID: HueNet1 You're connected to the network, IP = 192.168.2.98 SSID: HueNet1, Signal strength (RSSI):-22 dBm @@ -1184,7 +1184,7 @@ The terminal output of **SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic L ``` Starting DweetGet on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library -WiFiWebServer v1.9.3 +WiFiWebServer v1.9.4 Connecting to SSID: HueNet1 You're connected to the network, IP = 192.168.2.98 SSID: HueNet1, Signal strength (RSSI):-25 dBm @@ -1213,7 +1213,7 @@ The terminal output of **SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic L ``` Starting MQTTClient_Auth on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library -WiFiWebServer v1.9.3 +WiFiWebServer v1.9.4 Please upgrade the firmware Connecting to WPA SSID: HueNet1 Connected! IP address: 192.168.2.98 @@ -1234,7 +1234,7 @@ The terminal output of **SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic L ``` Start MQTT_ThingStream on SAMD_NANO_33_IOT Starting MQTTClient_Auth on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library -WiFiWebServer v1.9.3 +WiFiWebServer v1.9.4 Please upgrade the firmware Connecting to WPA SSID: HueNet1 Connected! IP address: 192.168.2.98 @@ -1262,7 +1262,7 @@ The terminal output of **RASPBERRY_PI_PICO with Custom WiFi (ESP8266-AT) using C ``` Starting WebClientRepeating on RASPBERRY_PI_PICO with Custom WiFi using Custom WiFi Library -WiFiWebServer v1.9.3 +WiFiWebServer v1.9.4 WiFi shield init done Connecting to SSID: HueNet1 You're connected to the network, IP = 192.168.2.76 @@ -1334,7 +1334,7 @@ The following are debug terminal output and screen shot when running example [** ``` Starting AdvancedServer on Nano RP2040 Connect with WiFiNINA using WiFiNINA_Generic Library -WiFiWebServer v1.9.3 +WiFiWebServer v1.9.4 Connecting to WPA SSID: HueNet1 HTTP server started @ 192.168.2.130 H[WIFI] handleClient: New Client @@ -1460,7 +1460,7 @@ The terminal output of **ESP32_DEV** running [SimpleHTTPExample example](example ``` Starting SimpleHTTPExample on ESP32_DEV with ESP WiFi using WiFi Library -WiFiWebServer v1.9.3 +WiFiWebServer v1.9.4 Connecting to SSID: HueNet1 You're connected to the network, IP = 192.168.2.80 SSID: HueNet1, Signal strength (RSSI):-23 dBm @@ -1526,7 +1526,7 @@ The following are debug terminal output and screen shot when running example [** ``` Starting AdvancedServer on PORTENTA_H7_M7 with Portenta_H7 WiFi -WiFiWebServer v1.9.3 +WiFiWebServer v1.9.4 Connecting to WPA SSID: HueNet1 HTTP server started @ 192.168.2.138 H[WIFI] String Len = 0, extend to 2048 @@ -1542,7 +1542,7 @@ The terminal output of **PORTENTA_H7_M7 with Portenta_H7 WiFi** running [MQTTCli ``` Starting MQTTClient_Auth on PORTENTA_H7_M7 with Portenta_H7 WiFi -WiFiWebServer v1.9.3 +WiFiWebServer v1.9.4 Connecting to SSID: HueNet1 Connected! IP address: 192.168.2.130 Attempting MQTT connection to broker.emqx.io...connected @@ -1562,7 +1562,7 @@ The terminal output of **PORTENTA_H7_M7 with Portenta_H7 WiFi** running [WebClie ``` Starting WebClientRepeating on PORTENTA_H7_M7 with Portenta_H7 WiFi -WiFiWebServer v1.9.3 +WiFiWebServer v1.9.4 Connecting to SSID: HueNet1 You're connected to the network, IP = 192.168.2.130 SSID: HueNet1, Signal strength (RSSI):-33 dBm @@ -1634,7 +1634,7 @@ The following are debug terminal output and screen shot when running example [** ``` Starting AdvancedWebServer on ESP32C3_DEV with ESP WiFi using WiFi Library -WiFiWebServer v1.9.3 +WiFiWebServer v1.9.4 Connecting to WPA SSID: HueNet1 HTTP server started @ 192.168.2.86 HH @@ -1653,7 +1653,7 @@ The following are debug terminal output and screen shot when running example [** ``` Starting AdvancedWebServer on ESP32S3_DEV with ESP WiFi using WiFi Library -WiFiWebServer v1.9.3 +WiFiWebServer v1.9.4 Connecting to WPA SSID: HueNet1 HTTP server started @ 192.168.2.86 HH @@ -1673,7 +1673,7 @@ The following are debug terminal output and screen shot when running example [** ``` Starting AdvancedWebServer_WiFiMulti on Nano RP2040 Connect with WiFiNINA using WiFiNINA_Generic Library WiFiMulti_Generic v1.2.2 -WiFiWebServer v1.9.3 +WiFiWebServer v1.9.4 Connecting WiFi... WiFi connected, IP address: 192.168.2.113 You're connected to the network, IP = 192.168.2.113 @@ -1691,7 +1691,7 @@ The following are debug terminal output and screen shot when running example [** ``` Starting MQTTClient_Auth_WiFiMulti on Nano RP2040 Connect with WiFiNINA using WiFiNINA_Generic Library WiFiMulti_Generic v1.2.2 -WiFiWebServer v1.9.3 +WiFiWebServer v1.9.4 Connecting WiFi... WiFi connected, IP address: 192.168.2.113 You're connected to the network, IP = 192.168.2.113 @@ -1721,7 +1721,7 @@ The following are debug terminal output and screen shot when running example [** ``` Starting WiFiUdpNTPClient_WiFiMulti on Nano RP2040 Connect with WiFiNINA using WiFiNINA_Generic Library WiFiMulti_Generic v1.2.2 -WiFiWebServer v1.9.3 +WiFiWebServer v1.9.4 Connecting WiFi... WiFi connected, IP address: 192.168.2.113 You're connected to the network, IP = 192.168.2.113 @@ -1755,7 +1755,7 @@ The following are debug terminal output and screen shot when running example [** ``` Starting AdvancedWebServer_WiFiMulti on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi WiFiMulti_Generic v1.2.2 -WiFiWebServer v1.9.3 +WiFiWebServer v1.9.4 Connecting WiFi... WiFi connected, IP address: 192.168.2.180 @@ -1797,6 +1797,7 @@ Submit issues to: [WiFiWebServer issues](https://github.com/khoih-prog/WiFiWebSe --- ### TO DO + 1. Bug Searching and Killing 2. Add SSL/TLS Client and Server support 3. Support more types of boards using WiFiNINA and other WiFi shields. diff --git a/changelog.md b/changelog.md index 22c7d1f4..dd360418 100644 --- a/changelog.md +++ b/changelog.md @@ -12,6 +12,7 @@ ## Table of Contents * [Changelog](#changelog) + * [Releases v1.9.4](#releases-v194) * [Releases v1.9.3](#releases-v193) * [Releases v1.9.2](#releases-v192) * [Releases v1.9.1](#releases-v191) @@ -49,6 +50,10 @@ ## Changelog +### Releases v1.9.4 + +1. Restore support to ESP32 and ESP8266. Check [Problem using ESP8266 nodeMCU 1.0 #20](https://github.com/khoih-prog/WiFiWebServer/issues/20) + ### Releases v1.9.3 1. Better workaround for RP2040W `WiFi.status()` bug using `ping()` to local gateway diff --git a/library.json b/library.json index 7f5bdc3f..6f985b4e 100644 --- a/library.json +++ b/library.json @@ -1,6 +1,6 @@ { "name": "WiFiWebServer", - "version": "1.9.3", + "version": "1.9.4", "keywords": "wifi, wi-fi, WebServer, WiFiNINA, WiFi101, ESP32, Portenta-H7, SAM-DUE, SAMD, STM32, nRF52, rpi-pico, rp2040, HTTP-Client, WebSocket-Client, server, client, websocket, wifi-multi, mega-avr", "description": "Simple WiFiWebServer, HTTP Client and WebSocket Client library for AVR Mega, megaAVR, Portenta_H7, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, RP2040-based (Nano-RP2040-Connect, RASPBERRY_PI_PICO, RASPBERRY_PI_PICO_W, ESP32/ESP8266, etc.) boards using WiFi, such as WiFiNINA, WiFi101, CYW43439, U-Blox W101, W102, ESP8266/ESP32-AT modules/shields, with functions similar to those of ESP8266/ESP32 WebServer libraries", "authors": @@ -27,7 +27,7 @@ { "owner": "khoih-prog", "name": "WiFiNINA_Generic", - "version": ">=1.8.14-5", + "version": ">=1.8.14-6", "platforms": ["*"] }, { diff --git a/library.properties b/library.properties index d7ed3fc9..42e7fd31 100644 --- a/library.properties +++ b/library.properties @@ -1,5 +1,5 @@ name=WiFiWebServer -version=1.9.3 +version=1.9.4 author=Khoi Hoang license=MIT maintainer=Khoi Hoang diff --git a/platformio/platformio.ini b/platformio/platformio.ini index 745708fc..b7e6db25 100644 --- a/platformio/platformio.ini +++ b/platformio/platformio.ini @@ -44,12 +44,12 @@ lib_ldf_mode = chain+ lib_deps = ; PlatformIO 4.x ; Functional-Vlpp@>=1.0.2 -; WiFiNINA_Generic@>=1.8.14-5 +; WiFiNINA_Generic@>=1.8.14-6 ; WiFiMulti_Generic@>=1.2.2 ; ESP_AT_Lib@>=1.4.1 ; PlatformIO 5.x khoih-prog/Functional-Vlpp@>=1.0.2 - khoih-prog/WiFiNINA_Generic@>=1.8.14-5 + khoih-prog/WiFiNINA_Generic@>=1.8.14-6 khoih-prog/WiFiMulti_Generic@>=1.2.2 khoih-prog/ESP_AT_Lib@>=1.4.1 diff --git a/src/Parsing-impl.h b/src/Parsing-impl.h index 6a22471a..e908acc7 100644 --- a/src/Parsing-impl.h +++ b/src/Parsing-impl.h @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 **********************************************************************************************************************************/ #pragma once diff --git a/src/WiFiHttpClient.h b/src/WiFiHttpClient.h index f9c62ce0..dd359230 100644 --- a/src/WiFiHttpClient.h +++ b/src/WiFiHttpClient.h @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ // Library to simplify HTTP fetching on Arduino diff --git a/src/WiFiWebServer-impl.h b/src/WiFiWebServer-impl.h index 5267ab21..c4cbf1d3 100644 --- a/src/WiFiWebServer-impl.h +++ b/src/WiFiWebServer-impl.h @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 **********************************************************************************************************************************/ #pragma once diff --git a/src/WiFiWebServer.h b/src/WiFiWebServer.h index f1149867..90ee6aa2 100644 --- a/src/WiFiWebServer.h +++ b/src/WiFiWebServer.h @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 **********************************************************************************************************************************/ #pragma once @@ -36,13 +37,13 @@ #define WiFiWebServer_H #ifndef WIFI_WEBSERVER_VERSION - #define WIFI_WEBSERVER_VERSION "WiFiWebServer v1.9.3" + #define WIFI_WEBSERVER_VERSION "WiFiWebServer v1.9.4" #define WIFI_WEBSERVER_VERSION_MAJOR 1 #define WIFI_WEBSERVER_VERSION_MINOR 9 - #define WIFI_WEBSERVER_VERSION_PATCH 3 + #define WIFI_WEBSERVER_VERSION_PATCH 4 - #define WIFI_WEBSERVER_VERSION_INT 1009003 + #define WIFI_WEBSERVER_VERSION_INT 1009004 #endif #include "WiFiWebServer.hpp" diff --git a/src/WiFiWebServer.hpp b/src/WiFiWebServer.hpp index 05d12daf..b93a8f89 100644 --- a/src/WiFiWebServer.hpp +++ b/src/WiFiWebServer.hpp @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 **********************************************************************************************************************************/ #pragma once @@ -164,7 +165,19 @@ #define WIFI_USE_MEGACOREX true #error megaAVR architecture and MegaCoreX from WiFiWebServer not supported yet -#else +#elif (ESP32) + + #if (_WIFI_LOGLEVEL_ > 2) + #warning Use ESP32 from WiFiWebServer + #endif + +#elif (ESP8266) + + #if (_WIFI_LOGLEVEL_ > 2) + #warning Use ESP8266 from WiFiWebServer + #endif + +#else #error Unknown or unsupported board diff --git a/src/WiFi_HTTPClient/WiFi_HttpClient.cpp b/src/WiFi_HTTPClient/WiFi_HttpClient.cpp index 6cac1a16..8a3b8330 100644 --- a/src/WiFi_HTTPClient/WiFi_HttpClient.cpp +++ b/src/WiFi_HTTPClient/WiFi_HttpClient.cpp @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ // Class to simplify HTTP fetching on Arduino diff --git a/src/WiFi_HTTPClient/WiFi_HttpClient.h b/src/WiFi_HTTPClient/WiFi_HttpClient.h index 67d6e127..58c3dc56 100644 --- a/src/WiFi_HTTPClient/WiFi_HttpClient.h +++ b/src/WiFi_HTTPClient/WiFi_HttpClient.h @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ // Class to simplify HTTP fetching on Arduino diff --git a/src/WiFi_HTTPClient/WiFi_URLEncoder.cpp b/src/WiFi_HTTPClient/WiFi_URLEncoder.cpp index 489ea6ed..dd76f49f 100644 --- a/src/WiFi_HTTPClient/WiFi_URLEncoder.cpp +++ b/src/WiFi_HTTPClient/WiFi_URLEncoder.cpp @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ // Library to simplify HTTP fetching on Arduino diff --git a/src/WiFi_HTTPClient/WiFi_URLEncoder.h b/src/WiFi_HTTPClient/WiFi_URLEncoder.h index c66ff57e..d163b3aa 100644 --- a/src/WiFi_HTTPClient/WiFi_URLEncoder.h +++ b/src/WiFi_HTTPClient/WiFi_URLEncoder.h @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ // Library to simplify HTTP fetching on Arduino diff --git a/src/WiFi_HTTPClient/WiFi_WebSocketClient.cpp b/src/WiFi_HTTPClient/WiFi_WebSocketClient.cpp index c8943a34..2f202948 100644 --- a/src/WiFi_HTTPClient/WiFi_WebSocketClient.cpp +++ b/src/WiFi_HTTPClient/WiFi_WebSocketClient.cpp @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ // (c) Copyright Arduino. 2016 diff --git a/src/WiFi_HTTPClient/WiFi_WebSocketClient.h b/src/WiFi_HTTPClient/WiFi_WebSocketClient.h index c3ef614f..95366ce1 100644 --- a/src/WiFi_HTTPClient/WiFi_WebSocketClient.h +++ b/src/WiFi_HTTPClient/WiFi_WebSocketClient.h @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ // (c) Copyright Arduino. 2016 diff --git a/src/libb64/base64.cpp b/src/libb64/base64.cpp index 0b85215e..4ef7af6e 100644 --- a/src/libb64/base64.cpp +++ b/src/libb64/base64.cpp @@ -13,7 +13,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -27,8 +27,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ #include "base64.h" diff --git a/src/libb64/base64.h b/src/libb64/base64.h index f5b499a2..1af7e20b 100644 --- a/src/libb64/base64.h +++ b/src/libb64/base64.h @@ -13,7 +13,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -27,8 +27,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ #pragma once diff --git a/src/libb64/cdecode.c b/src/libb64/cdecode.c index 2166604f..d0509489 100644 --- a/src/libb64/cdecode.c +++ b/src/libb64/cdecode.c @@ -13,7 +13,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -27,8 +27,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ #if !(ESP32 || ESP8266) diff --git a/src/libb64/cdecode.h b/src/libb64/cdecode.h index a373c136..963d95ee 100644 --- a/src/libb64/cdecode.h +++ b/src/libb64/cdecode.h @@ -13,7 +13,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -27,8 +27,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ #pragma once diff --git a/src/libb64/cencode.c b/src/libb64/cencode.c index 764c27a7..cd3a07b8 100644 --- a/src/libb64/cencode.c +++ b/src/libb64/cencode.c @@ -13,7 +13,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -27,8 +27,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ #if !(ESP32 || ESP8266) diff --git a/src/libb64/cencode.h b/src/libb64/cencode.h index 548ee095..1c10ed0c 100644 --- a/src/libb64/cencode.h +++ b/src/libb64/cencode.h @@ -13,7 +13,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -27,8 +27,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ #pragma once diff --git a/src/utility/ESP_RequestHandlersImpl.h b/src/utility/ESP_RequestHandlersImpl.h index c59f39b1..5fe88344 100644 --- a/src/utility/ESP_RequestHandlersImpl.h +++ b/src/utility/ESP_RequestHandlersImpl.h @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ #pragma once diff --git a/src/utility/RequestHandler.h b/src/utility/RequestHandler.h index 8ad13eca..7d04bdaf 100644 --- a/src/utility/RequestHandler.h +++ b/src/utility/RequestHandler.h @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ #pragma once diff --git a/src/utility/RequestHandlersImpl.h b/src/utility/RequestHandlersImpl.h index 4193aa48..7b7cce6f 100644 --- a/src/utility/RequestHandlersImpl.h +++ b/src/utility/RequestHandlersImpl.h @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ #pragma once diff --git a/src/utility/RingBuffer.cpp b/src/utility/RingBuffer.cpp index 879ac4c6..a0b7d801 100644 --- a/src/utility/RingBuffer.cpp +++ b/src/utility/RingBuffer.cpp @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ #include "RingBuffer.h" diff --git a/src/utility/RingBuffer.h b/src/utility/RingBuffer.h index b9ae622c..b37372e8 100644 --- a/src/utility/RingBuffer.h +++ b/src/utility/RingBuffer.h @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ #pragma once diff --git a/src/utility/WiFiDebug.h b/src/utility/WiFiDebug.h index 726e164b..b4810354 100644 --- a/src/utility/WiFiDebug.h +++ b/src/utility/WiFiDebug.h @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ #pragma once diff --git a/src/utility/esp_detail/mimetable.cpp b/src/utility/esp_detail/mimetable.cpp index 2e647396..acf9ec6d 100644 --- a/src/utility/esp_detail/mimetable.cpp +++ b/src/utility/esp_detail/mimetable.cpp @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ #if (ESP32 || ESP8266) diff --git a/src/utility/esp_detail/mimetable.h b/src/utility/esp_detail/mimetable.h index ec073adc..933daefd 100644 --- a/src/utility/esp_detail/mimetable.h +++ b/src/utility/esp_detail/mimetable.h @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ #pragma once diff --git a/src/utility/mimetable.h b/src/utility/mimetable.h index a5ed1f52..a1c5f4a6 100644 --- a/src/utility/mimetable.h +++ b/src/utility/mimetable.h @@ -12,7 +12,7 @@ @file Esp8266WebServer.h @author Ivan Grokhotkov - Version: 1.9.3 + Version: 1.9.4 Version Modified By Date Comments ------- ----------- ---------- ----------- @@ -26,8 +26,9 @@ 1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples 1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi 1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi - 1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug + 1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug 1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway + 1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266 *****************************************************************************************************************************/ #pragma once