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

Commit 3ca0c7f

Browse files
authored
v1.5.2 to fix wrong http status header bug
### Releases v1.5.2 1. Fix wrong http status header bug. Check [fix for wrong http status header #42](khoih-prog/EthernetWebServer#42)
1 parent 7a236a3 commit 3ca0c7f

27 files changed

+66
-38
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ The ESP8266_AT_Web_Server class found in `ESP8266_AT_Web_Server.h` header, is a
188188
8. [`Adafruit nRF52 v1.2.0+`](https://www.adafruit.com) for nRF52 boards such as Adafruit NRF52840_FEATHER, NRF52832_FEATHER, NRF52840_FEATHER_SENSE, NRF52840_ITSYBITSY, NRF52840_CIRCUITPLAY, NRF52840_CLUE, NRF52840_METRO, NRF52840_PCA10056, PARTICLE_XENON, **NINA_B302_ublox**, etc. [![GitHub release](https://img.shields.io/github/release/adafruit/Adafruit_nRF52_Arduino.svg)](https://github.com/adafruit/Adafruit_nRF52_Arduino/releases/latest). Please remember to use latest [`Packages_Patches`](https://github.com/khoih-prog/WiFiWebServer/tree/master/Packages_Patches) or getting compiler errors.
189189
9. [`Arduino Core for STM32 v2.2.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)
190190
10. [`Arduino mbed_rp2040 core 2.6.1+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino (Use Arduino Board Manager) RP2040-based boards, such as **Arduino Nano RP2040 Connect, RASPBERRY_PI_PICO, etc.**. [![GitHub release](https://img.shields.io/github/release/arduino/ArduinoCore-mbed.svg)](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
191-
11. [`Earle Philhower's arduino-pico core v1.9.9+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, 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)
191+
11. [`Earle Philhower's arduino-pico core v1.9.10+`](https://github.com/earlephilhower/arduino-pico) for RP2040-based boards such as **RASPBERRY_PI_PICO, 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)
192192
12. [`Sipeed Maixduino core v0.3.11+`](https://github.com/sipeed/Maixduino) for K210-RISC-V-based boards such as **Maixduino AI Development Kit K210 RISC-V AI + IoT ESP32, Sipeed Maix Go, Sipeed Maix Bit**, etc. [![GitHub release](https://img.shields.io/github/release/sipeed/Maixduino.svg)](https://github.com/sipeed/Maixduino/releases/latest)
193193
13. [`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)
194194
14. [`Ai-Thinker AT Firmware v1.5.4`](AT_Firmwares/At_firmware_bin1.54.zip) or [`AT Firmware v1.7.4.0`](AT_Firmwares/AT_Firmware_bin_1.7.4.0.zip) for ESP8266-AT shields.
@@ -1424,7 +1424,7 @@ The following are debug terminal output when running example [AdvancedWebServer]
14241424

14251425
```
14261426
Starting AdvancedWebServer on NRF52840_ITSYBITSY_EXPRESS
1427-
ESP8266_AT_WebServer v1.5.1
1427+
ESP8266_AT_WebServer v1.5.2
14281428
[ESP_AT] Initializing ESP module
14291429
[ESP_AT] Use ES8266-AT Command
14301430
WiFi shield init done
@@ -1553,7 +1553,7 @@ The following are debug terminal output when running example [MQTT_ThingStream](
15531553

15541554
```
15551555
Start MQTT_ThingStream on ITSYBITSY_M4 with ESP8266-AT & ESP8266_AT_WebServer Library
1556-
ESP8266_AT_WebServer v1.5.1
1556+
ESP8266_AT_WebServer v1.5.2
15571557
[ESP_AT] Use ES8266-AT Command
15581558
WiFi shield init done
15591559
Connecting to SSID: HueNet1
@@ -1588,7 +1588,7 @@ The following are debug terminal output when running example [MQTTClient_Auth](e
15881588

15891589
```
15901590
Starting MQTTClient_Auth on ITSYBITSY_M4 with ESP8266-AT & ESP8266_AT_WebServer Library
1591-
ESP8266_AT_WebServer v1.5.1
1591+
ESP8266_AT_WebServer v1.5.2
15921592
[ESP_AT] Use ES8266-AT Command
15931593
WiFi shield init done
15941594
Connecting to SSID: HueNet1
@@ -1614,7 +1614,7 @@ The following are debug terminal output when running example [MQTTClient_Basic](
16141614

16151615
```
16161616
MQTTClient_Basic on ITSYBITSY_M4 with ESP8266-AT & ESP8266_AT_WebServer Library
1617-
ESP8266_AT_WebServer v1.5.1
1617+
ESP8266_AT_WebServer v1.5.2
16181618
[ESP_AT] Use ES8266-AT Command
16191619
WiFi shield init done
16201620
Connecting to SSID: HueNet1
@@ -1639,7 +1639,7 @@ The following are debug terminal output when running example [WebClientRepeating
16391639

16401640
```
16411641
Starting WebClientRepeating on RASPBERRY_PI_PICO with ESP8266-AT & ESP8266_AT_WebServer Library
1642-
ESP8266_AT_WebServer v1.5.1
1642+
ESP8266_AT_WebServer v1.5.2
16431643
[ESP_AT] Use ES8266-AT Command
16441644
WiFi shield init done
16451645
Connecting to SSID: HueNet1
@@ -1708,7 +1708,7 @@ The following are debug terminal output when running example [MQTTClient_Auth](e
17081708

17091709
```
17101710
Starting MQTTClient_Auth on RASPBERRY_PI_PICO with ESP8266-AT & ESP8266_AT_WebServer Library
1711-
ESP8266_AT_WebServer v1.5.1
1711+
ESP8266_AT_WebServer v1.5.2
17121712
[ESP_AT] Use ES8266-AT Command
17131713
WiFi shield init done
17141714
Connecting to SSID: HueNet1
@@ -1733,7 +1733,7 @@ The following are debug terminal output when running example [UdpNTPClient](exam
17331733

17341734
```
17351735
Starting UdpNTPClient on MBED RASPBERRY_PI_PICO with ESP8266-AT & ESP8266_AT_WebServer Library
1736-
ESP8266_AT_WebServer v1.5.1
1736+
ESP8266_AT_WebServer v1.5.2
17371737
[ESP_AT] Use ES8266-AT Command
17381738
WiFi shield init done
17391739
Connecting to WPA SSID: HueNet1

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.5.2](#releases-v152)
1516
* [Releases v1.5.1](#releases-v151)
1617
* [Releases v1.5.0](#releases-v150)
1718
* [Releases v1.4.1](#releases-v141)
@@ -38,6 +39,10 @@
3839

3940
## Changelog
4041

42+
### Releases v1.5.2
43+
44+
1. Fix wrong http status header bug. Check [fix for wrong http status header #42](https://github.com/khoih-prog/EthernetWebServer/pull/42)
45+
4146
### Releases v1.5.1
4247

4348
1. Fix bug related to String in library and examples

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "ESP8266_AT_WebServer",
3-
"version": "1.5.1",
3+
"version": "1.5.2",
44
"keywords": "wifi, WebServer, server, AT-command, wifi-shield, ESP8266, ESP32, Teensy, AVR, SAM-DUE, SAMD, Maixduino, STM32, nRF52, ESP8266-AT, ESP32-AT, rpi-pico, rp2040, mbed, Maixduino-AI",
55
"description": "Simple WebServer library for AVR, Teensy, SAM DUE, SAMD21, SAMD51, STM32F/L/H/G/WB/MP1, nRF52, SIPEED_MAIX_DUINO and RP2040-based (RASPBERRY_PI_PICO) boards using ESP8266/ESP32 AT-command shields",
66
"authors":

library.properties

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

src/ESP8266_AT-impl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@file Esp8266WebServer.h
1212
@author Ivan Grokhotkov
1313
14-
Version: 1.5.1
14+
Version: 1.5.2
1515
1616
Version Modified By Date Comments
1717
------- ----------- ---------- -----------
@@ -38,6 +38,7 @@
3838
1.4.1 K Hoang 08/12/2021 Add Packages_Patches and instructions for BOARD_SIPEED_MAIX_DUINO
3939
1.5.0 K Hoang 19/12/2021 Reduce usage of Arduino String with std::string
4040
1.5.1 K Hoang 24/12/2021 Fix bug
41+
1.5.2 K Hoang 28/12/2021 Fix wrong http status header bug
4142
*****************************************************************************************************************************/
4243

4344
#ifndef ESP8266_AT_impl_h

src/ESP8266_AT.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@file Esp8266WebServer.h
1212
@author Ivan Grokhotkov
1313
14-
Version: 1.5.1
14+
Version: 1.5.2
1515
1616
Version Modified By Date Comments
1717
------- ----------- ---------- -----------
@@ -38,6 +38,7 @@
3838
1.4.1 K Hoang 08/12/2021 Add Packages_Patches and instructions for BOARD_SIPEED_MAIX_DUINO
3939
1.5.0 K Hoang 19/12/2021 Reduce usage of Arduino String with std::string
4040
1.5.1 K Hoang 24/12/2021 Fix bug
41+
1.5.2 K Hoang 28/12/2021 Fix wrong http status header bug
4142
*****************************************************************************************************************************/
4243

4344
#ifndef ESP8266_AT_h

src/ESP8266_AT_Client-impl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@file Esp8266WebServer.h
1212
@author Ivan Grokhotkov
1313
14-
Version: 1.5.1
14+
Version: 1.5.2
1515
1616
Version Modified By Date Comments
1717
------- ----------- ---------- -----------
@@ -38,6 +38,7 @@
3838
1.4.1 K Hoang 08/12/2021 Add Packages_Patches and instructions for BOARD_SIPEED_MAIX_DUINO
3939
1.5.0 K Hoang 19/12/2021 Reduce usage of Arduino String with std::string
4040
1.5.1 K Hoang 24/12/2021 Fix bug
41+
1.5.2 K Hoang 28/12/2021 Fix wrong http status header bug
4142
*****************************************************************************************************************************/
4243

4344
#ifndef ESP8266_AT_Client_impl_h

src/ESP8266_AT_Client.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@file Esp8266WebServer.h
1212
@author Ivan Grokhotkov
1313
14-
Version: 1.5.1
14+
Version: 1.5.2
1515
1616
Version Modified By Date Comments
1717
------- ----------- ---------- -----------
@@ -38,6 +38,7 @@
3838
1.4.1 K Hoang 08/12/2021 Add Packages_Patches and instructions for BOARD_SIPEED_MAIX_DUINO
3939
1.5.0 K Hoang 19/12/2021 Reduce usage of Arduino String with std::string
4040
1.5.1 K Hoang 24/12/2021 Fix bug
41+
1.5.2 K Hoang 28/12/2021 Fix wrong http status header bug
4142
*****************************************************************************************************************************/
4243

4344
#ifndef ESP8266_AT_Client_h

src/ESP8266_AT_Server-impl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@file Esp8266WebServer.h
1212
@author Ivan Grokhotkov
1313
14-
Version: 1.5.1
14+
Version: 1.5.2
1515
1616
Version Modified By Date Comments
1717
------- ----------- ---------- -----------
@@ -38,6 +38,7 @@
3838
1.4.1 K Hoang 08/12/2021 Add Packages_Patches and instructions for BOARD_SIPEED_MAIX_DUINO
3939
1.5.0 K Hoang 19/12/2021 Reduce usage of Arduino String with std::string
4040
1.5.1 K Hoang 24/12/2021 Fix bug
41+
1.5.2 K Hoang 28/12/2021 Fix wrong http status header bug
4142
*****************************************************************************************************************************/
4243
#ifndef ESP8266_AT_Server_impl_h
4344
#define ESP8266_AT_Server_impl_h

src/ESP8266_AT_Server.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
@file Esp8266WebServer.h
1212
@author Ivan Grokhotkov
1313
14-
Version: 1.5.1
14+
Version: 1.5.2
1515
1616
Version Modified By Date Comments
1717
------- ----------- ---------- -----------
@@ -38,6 +38,7 @@
3838
1.4.1 K Hoang 08/12/2021 Add Packages_Patches and instructions for BOARD_SIPEED_MAIX_DUINO
3939
1.5.0 K Hoang 19/12/2021 Reduce usage of Arduino String with std::string
4040
1.5.1 K Hoang 24/12/2021 Fix bug
41+
1.5.2 K Hoang 28/12/2021 Fix wrong http status header bug
4142
*****************************************************************************************************************************/
4243

4344
#ifndef ESP8266_AT_Server_h

0 commit comments

Comments
 (0)