You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
Copy file name to clipboardExpand all lines: README.md
+15-15Lines changed: 15 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -241,7 +241,7 @@ This [**EthernetWebServer_SSL** library](https://github.com/khoih-prog/EthernetW
241
241
9.[`ESP32 Core 2.0.2+`](https://github.com/espressif/arduino-esp32) for ESP32-based boards. [](https://github.com/espressif/arduino-esp32/releases/latest/)
242
242
10.[`ESP8266 Core 3.0.2+`](https://github.com/esp8266/Arduino) for ESP8266-based boards. [](https://github.com/esp8266/Arduino/releases/latest/). To use ESP8266 core 2.7.1+ for LittleFS.
243
243
11.[`ArduinoCore-mbed mbed_rp2040, mbed_nano, mbed_portenta core 2.6.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**. [](https://github.com/arduino/ArduinoCore-mbed/releases/latest)
244
-
12.[`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. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
244
+
12.[`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. [](https://github.com/earlephilhower/arduino-pico/releases/latest)
245
245
13.[`Functional-VLPP library v1.0.2+`](https://github.com/khoih-prog/functional-vlpp) to use server's lambda function. To install. check [](https://www.ardu-badge.com/Functional-Vlpp)
246
246
14. Depending on which Ethernet card you're using:
247
247
-[`Ethernet library v2.0.0+`](https://github.com/arduino-libraries/Ethernet) for W5100, W5200 and W5500. [](https://github.com/arduino-libraries/Ethernet/releases/latest)
@@ -2313,7 +2313,7 @@ The following are debug terminal output and screen shot when running example [Ad
2313
2313
2314
2314
```
2315
2315
Starting AdvancedWebServer on NRF52840_FEATHER with ENC28J60 using EthernetENC Library
2316
-
EthernetWebServer_SSL v1.7.1
2316
+
EthernetWebServer_SSL v1.7.2
2317
2317
[ETHERNET_WEBSERVER] =========================
2318
2318
[ETHERNET_WEBSERVER] Default SPI pinout:
2319
2319
[ETHERNET_WEBSERVER] MOSI: 25
@@ -2491,7 +2491,7 @@ The terminal output of **SAM DUE with W5x00 using EthernetLarge Library** runnin
2491
2491
2492
2492
```
2493
2493
Start WebClientMulti_SSL on SAM DUE with W5x00 using EthernetLarge Library
Copy file name to clipboardExpand all lines: changelog.md
+6Lines changed: 6 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -13,6 +13,7 @@
13
13
14
14
15
15
*[Changelog](#changelog)
16
+
*[Releases v1.7.2](#releases-v172)
16
17
*[Releases v1.7.1](#releases-v171)
17
18
*[Major Releases v1.7.0](#major-releases-v170)
18
19
*[Releases v1.6.1](#releases-v161)
@@ -31,6 +32,11 @@
31
32
32
33
## Changelog
33
34
35
+
### Releases v1.7.2
36
+
37
+
1. Fix wrong http status header bug. Check [fix for wrong http status header #42](https://github.com/khoih-prog/EthernetWebServer/pull/42)
38
+
2. Fix authenticate issue caused by libb64
39
+
34
40
### Releases v1.7.1
35
41
36
42
1. Fix bug related to String in library and examples
0 commit comments