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

Commit 2e62bf5

Browse files
authored
v1.9.4 to restore support to ESP32 and ESP8266
### Releases v1.9.4 1. Restore support to ESP32 and ESP8266. Check [Problem using ESP8266 nodeMCU 1.0 #20](#20)
1 parent a89c398 commit 2e62bf5

32 files changed

+127
-83
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ Arduino IDE version: 1.8.19
3030
RASPBERRY_PI_PICO board
3131
ArduinoCore-mbed v3.1.1
3232
OS: Ubuntu 20.04 LTS
33-
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
33+
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
3434
3535
Context:
3636
I encountered an endless loop while trying to connect to Local WiFi.

README.md

Lines changed: 22 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -271,14 +271,14 @@ This [**WiFiWebServer library**](https://github.com/khoih-prog/WiFiWebServer) cu
271271

272272
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)
273273

274-
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)
274+
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)
275275

276276
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)
277277

278278
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**
279279

280280
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)
281-
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).
281+
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).
282282
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).
283283
18. [`Modified WiFi101 Library v0.16.1+`](https://github.com/khoih-prog/WiFi101) to use SAMD MKR1000, etc. boards with WiFi101.
284284
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 [**
915915

916916
```
917917
Starting AdvancedServer on SAMD_NANO_33_IOT
918-
WiFiWebServer v1.9.3
918+
WiFiWebServer v1.9.4
919919
[NN] ===============================
920920
[NN]
921921
Used/default SPI pinout:
@@ -1068,7 +1068,7 @@ The terminal output of **SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic L
10681068

10691069
```
10701070
Starting SimpleWebSocket on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1071-
WiFiWebServer v1.9.3
1071+
WiFiWebServer v1.9.4
10721072
Connecting to SSID: HueNet1
10731073
You're connected to the network, IP = 192.168.2.98
10741074
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
11021102

11031103
```
11041104
Starting SimpleHTTPExample on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1105-
WiFiWebServer v1.9.3
1105+
WiFiWebServer v1.9.4
11061106
Connecting to SSID: HueNet1
11071107
You're connected to the network, IP = 192.168.2.98
11081108
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
11611161

11621162
```
11631163
Starting DweetPost on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1164-
WiFiWebServer v1.9.3
1164+
WiFiWebServer v1.9.4
11651165
Connecting to SSID: HueNet1
11661166
You're connected to the network, IP = 192.168.2.98
11671167
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
11841184

11851185
```
11861186
Starting DweetGet on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1187-
WiFiWebServer v1.9.3
1187+
WiFiWebServer v1.9.4
11881188
Connecting to SSID: HueNet1
11891189
You're connected to the network, IP = 192.168.2.98
11901190
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
12131213

12141214
```
12151215
Starting MQTTClient_Auth on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1216-
WiFiWebServer v1.9.3
1216+
WiFiWebServer v1.9.4
12171217
Please upgrade the firmware
12181218
Connecting to WPA SSID: HueNet1
12191219
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
12341234
```
12351235
Start MQTT_ThingStream on SAMD_NANO_33_IOT
12361236
Starting MQTTClient_Auth on SAMD_NANO_33_IOT with WiFiNINA using WiFiNINA_Generic Library
1237-
WiFiWebServer v1.9.3
1237+
WiFiWebServer v1.9.4
12381238
Please upgrade the firmware
12391239
Connecting to WPA SSID: HueNet1
12401240
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
12621262

12631263
```
12641264
Starting WebClientRepeating on RASPBERRY_PI_PICO with Custom WiFi using Custom WiFi Library
1265-
WiFiWebServer v1.9.3
1265+
WiFiWebServer v1.9.4
12661266
WiFi shield init done
12671267
Connecting to SSID: HueNet1
12681268
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 [**
13341334

13351335
```
13361336
Starting AdvancedServer on Nano RP2040 Connect with WiFiNINA using WiFiNINA_Generic Library
1337-
WiFiWebServer v1.9.3
1337+
WiFiWebServer v1.9.4
13381338
Connecting to WPA SSID: HueNet1
13391339
HTTP server started @ 192.168.2.130
13401340
H[WIFI] handleClient: New Client
@@ -1460,7 +1460,7 @@ The terminal output of **ESP32_DEV** running [SimpleHTTPExample example](example
14601460

14611461
```
14621462
Starting SimpleHTTPExample on ESP32_DEV with ESP WiFi using WiFi Library
1463-
WiFiWebServer v1.9.3
1463+
WiFiWebServer v1.9.4
14641464
Connecting to SSID: HueNet1
14651465
You're connected to the network, IP = 192.168.2.80
14661466
SSID: HueNet1, Signal strength (RSSI):-23 dBm
@@ -1526,7 +1526,7 @@ The following are debug terminal output and screen shot when running example [**
15261526

15271527
```
15281528
Starting AdvancedServer on PORTENTA_H7_M7 with Portenta_H7 WiFi
1529-
WiFiWebServer v1.9.3
1529+
WiFiWebServer v1.9.4
15301530
Connecting to WPA SSID: HueNet1
15311531
HTTP server started @ 192.168.2.138
15321532
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
15421542

15431543
```
15441544
Starting MQTTClient_Auth on PORTENTA_H7_M7 with Portenta_H7 WiFi
1545-
WiFiWebServer v1.9.3
1545+
WiFiWebServer v1.9.4
15461546
Connecting to SSID: HueNet1
15471547
Connected! IP address: 192.168.2.130
15481548
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
15621562

15631563
```
15641564
Starting WebClientRepeating on PORTENTA_H7_M7 with Portenta_H7 WiFi
1565-
WiFiWebServer v1.9.3
1565+
WiFiWebServer v1.9.4
15661566
Connecting to SSID: HueNet1
15671567
You're connected to the network, IP = 192.168.2.130
15681568
SSID: HueNet1, Signal strength (RSSI):-33 dBm
@@ -1634,7 +1634,7 @@ The following are debug terminal output and screen shot when running example [**
16341634

16351635
```
16361636
Starting AdvancedWebServer on ESP32C3_DEV with ESP WiFi using WiFi Library
1637-
WiFiWebServer v1.9.3
1637+
WiFiWebServer v1.9.4
16381638
Connecting to WPA SSID: HueNet1
16391639
HTTP server started @ 192.168.2.86
16401640
HH
@@ -1653,7 +1653,7 @@ The following are debug terminal output and screen shot when running example [**
16531653

16541654
```
16551655
Starting AdvancedWebServer on ESP32S3_DEV with ESP WiFi using WiFi Library
1656-
WiFiWebServer v1.9.3
1656+
WiFiWebServer v1.9.4
16571657
Connecting to WPA SSID: HueNet1
16581658
HTTP server started @ 192.168.2.86
16591659
HH
@@ -1673,7 +1673,7 @@ The following are debug terminal output and screen shot when running example [**
16731673
```
16741674
Starting AdvancedWebServer_WiFiMulti on Nano RP2040 Connect with WiFiNINA using WiFiNINA_Generic Library
16751675
WiFiMulti_Generic v1.2.2
1676-
WiFiWebServer v1.9.3
1676+
WiFiWebServer v1.9.4
16771677
Connecting WiFi...
16781678
WiFi connected, IP address: 192.168.2.113
16791679
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 [**
16911691
```
16921692
Starting MQTTClient_Auth_WiFiMulti on Nano RP2040 Connect with WiFiNINA using WiFiNINA_Generic Library
16931693
WiFiMulti_Generic v1.2.2
1694-
WiFiWebServer v1.9.3
1694+
WiFiWebServer v1.9.4
16951695
Connecting WiFi...
16961696
WiFi connected, IP address: 192.168.2.113
16971697
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 [**
17211721
```
17221722
Starting WiFiUdpNTPClient_WiFiMulti on Nano RP2040 Connect with WiFiNINA using WiFiNINA_Generic Library
17231723
WiFiMulti_Generic v1.2.2
1724-
WiFiWebServer v1.9.3
1724+
WiFiWebServer v1.9.4
17251725
Connecting WiFi...
17261726
WiFi connected, IP address: 192.168.2.113
17271727
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 [**
17551755
```
17561756
Starting AdvancedWebServer_WiFiMulti on RASPBERRY_PI_PICO_W with RP2040W CYW43439 WiFi
17571757
WiFiMulti_Generic v1.2.2
1758-
WiFiWebServer v1.9.3
1758+
WiFiWebServer v1.9.4
17591759
Connecting WiFi...
17601760
17611761
WiFi connected, IP address: 192.168.2.180
@@ -1797,6 +1797,7 @@ Submit issues to: [WiFiWebServer issues](https://github.com/khoih-prog/WiFiWebSe
17971797
---
17981798

17991799
### TO DO
1800+
18001801
1. Bug Searching and Killing
18011802
2. Add SSL/TLS Client and Server support
18021803
3. Support more types of boards using WiFiNINA and other WiFi shields.

changelog.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,7 @@
1212
## Table of Contents
1313

1414
* [Changelog](#changelog)
15+
* [Releases v1.9.4](#releases-v194)
1516
* [Releases v1.9.3](#releases-v193)
1617
* [Releases v1.9.2](#releases-v192)
1718
* [Releases v1.9.1](#releases-v191)
@@ -49,6 +50,10 @@
4950

5051
## Changelog
5152

53+
### Releases v1.9.4
54+
55+
1. Restore support to ESP32 and ESP8266. Check [Problem using ESP8266 nodeMCU 1.0 #20](https://github.com/khoih-prog/WiFiWebServer/issues/20)
56+
5257
### Releases v1.9.3
5358

5459
1. Better workaround for RP2040W `WiFi.status()` bug using `ping()` to local gateway

library.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "WiFiWebServer",
3-
"version": "1.9.3",
3+
"version": "1.9.4",
44
"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",
55
"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",
66
"authors":
@@ -27,7 +27,7 @@
2727
{
2828
"owner": "khoih-prog",
2929
"name": "WiFiNINA_Generic",
30-
"version": ">=1.8.14-5",
30+
"version": ">=1.8.14-6",
3131
"platforms": ["*"]
3232
},
3333
{

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=WiFiWebServer
2-
version=1.9.3
2+
version=1.9.4
33
author=Khoi Hoang
44
license=MIT
55
maintainer=Khoi Hoang <[email protected]>

platformio/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,12 @@ lib_ldf_mode = chain+
4444
lib_deps =
4545
; PlatformIO 4.x
4646
; Functional-Vlpp@>=1.0.2
47-
; WiFiNINA_Generic@>=1.8.14-5
47+
; WiFiNINA_Generic@>=1.8.14-6
4848
; WiFiMulti_Generic@>=1.2.2
4949
; ESP_AT_Lib@>=1.4.1
5050
; PlatformIO 5.x
5151
khoih-prog/Functional-Vlpp@>=1.0.2
52-
khoih-prog/WiFiNINA_Generic@>=1.8.14-5
52+
khoih-prog/WiFiNINA_Generic@>=1.8.14-6
5353
khoih-prog/WiFiMulti_Generic@>=1.2.2
5454
khoih-prog/ESP_AT_Lib@>=1.4.1
5555

src/Parsing-impl.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@file Esp8266WebServer.h
1313
@author Ivan Grokhotkov
1414
15-
Version: 1.9.3
15+
Version: 1.9.4
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
@@ -26,8 +26,9 @@
2626
1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples
2727
1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi
2828
1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi
29-
1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug
29+
1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug
3030
1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway
31+
1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266
3132
**********************************************************************************************************************************/
3233

3334
#pragma once

src/WiFiHttpClient.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@file Esp8266WebServer.h
1313
@author Ivan Grokhotkov
1414
15-
Version: 1.9.3
15+
Version: 1.9.4
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
@@ -26,8 +26,9 @@
2626
1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples
2727
1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi
2828
1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi
29-
1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug
29+
1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug
3030
1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway
31+
1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266
3132
*****************************************************************************************************************************/
3233

3334
// Library to simplify HTTP fetching on Arduino

src/WiFiWebServer-impl.h

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@file Esp8266WebServer.h
1313
@author Ivan Grokhotkov
1414
15-
Version: 1.9.3
15+
Version: 1.9.4
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
@@ -26,8 +26,9 @@
2626
1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples
2727
1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi
2828
1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi
29-
1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug
29+
1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug
3030
1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway
31+
1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266
3132
**********************************************************************************************************************************/
3233

3334
#pragma once

src/WiFiWebServer.h

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
@file Esp8266WebServer.h
1313
@author Ivan Grokhotkov
1414
15-
Version: 1.9.3
15+
Version: 1.9.4
1616
1717
Version Modified By Date Comments
1818
------- ----------- ---------- -----------
@@ -26,8 +26,9 @@
2626
1.8.0 K Hoang 26/04/2022 Add WiFiMulti library support and examples
2727
1.9.0 K Hoang 12/08/2022 Add support to RASPBERRY_PI_PICO_W using CYW4343 WiFi
2828
1.9.1 K Hoang 13/08/2022 Add WiFiMulti support to RASPBERRY_PI_PICO_W using CYW4343 WiFi
29-
1.9.2 K Hoang 16/08/2022 Workarounnd for RP2040W WiFi.status() bug
29+
1.9.2 K Hoang 16/08/2022 Workaround for RP2040W WiFi.status() bug
3030
1.9.3 K Hoang 16/08/2022 Better workaround for RP2040W WiFi.status() bug using ping() to local gateway
31+
1.9.4 K Hoang 06/09/2022 Restore support to ESP32 and ESP8266
3132
**********************************************************************************************************************************/
3233

3334
#pragma once
@@ -36,13 +37,13 @@
3637
#define WiFiWebServer_H
3738

3839
#ifndef WIFI_WEBSERVER_VERSION
39-
#define WIFI_WEBSERVER_VERSION "WiFiWebServer v1.9.3"
40+
#define WIFI_WEBSERVER_VERSION "WiFiWebServer v1.9.4"
4041

4142
#define WIFI_WEBSERVER_VERSION_MAJOR 1
4243
#define WIFI_WEBSERVER_VERSION_MINOR 9
43-
#define WIFI_WEBSERVER_VERSION_PATCH 3
44+
#define WIFI_WEBSERVER_VERSION_PATCH 4
4445

45-
#define WIFI_WEBSERVER_VERSION_INT 1009003
46+
#define WIFI_WEBSERVER_VERSION_INT 1009004
4647
#endif
4748

4849
#include "WiFiWebServer.hpp"

0 commit comments

Comments
 (0)