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

Commit cf63247

Browse files
authored
v1.2.1 to fix authenticate issue
### Releases v1.2.1 1. Fix authenticate issue caused by libb64
1 parent 032e0b3 commit cf63247

28 files changed

+122
-79
lines changed

CONTRIBUTING.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ If you don't find anything, please [open a new issue](https://github.com/khoih-p
1414

1515
Please ensure to specify the following:
1616

17-
* Arduino IDE version (e.g. 1.8.16) or Platform.io version
17+
* Arduino IDE version (e.g. 1.8.19) or Platform.io version
1818
* `ArduinoCore-mbed` Core Version (e.g. `ArduinoCore-mbed` mbed_portenta core v2.6.1)
1919
* `Portenta_H7` Board type (e.g. Portenta_H7 Rev2 ABX00042, etc.)
2020
* Contextual information (e.g. what you were trying to achieve)
@@ -27,11 +27,11 @@ Please ensure to specify the following:
2727
### Example
2828

2929
```
30-
Arduino IDE version: 1.8.16
30+
Arduino IDE version: 1.8.19
3131
`ArduinoCore-mbed` mbed_portenta core v2.6.1
3232
Portenta_H7 Rev2 ABX00042
3333
OS: Ubuntu 20.04 LTS
34-
Linux xy-Inspiron-3593 5.4.0-91-generic #102-Ubuntu SMP Fri Nov 5 16:31:28 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux
34+
Linux xy-Inspiron-3593 5.4.0-94-generic #106-Ubuntu SMP Thu Jan 6 23:58:14 UTC 2022 x86_64 x86_64 x86_64 GNU/Linux
3535
3636
Context:
3737
I encountered a crash while using Ethernet Async_AdvancedWebServer.

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -162,7 +162,7 @@ to apply the better and faster **asynchronous** feature of the **powerful** [ESP
162162

163163
## Prerequisites
164164

165-
1. [`Arduino IDE 1.8.16+` for Arduino](https://www.arduino.cc/en/Main/Software)
165+
1. [`Arduino IDE 1.8.19+` for Arduino](https://github.com/arduino/Arduino). [![GitHub release](https://img.shields.io/github/release/arduino/Arduino.svg)](https://github.com/arduino/Arduino/releases/latest)
166166
2. [`ArduinoCore-mbed mbed_portenta core 2.6.1+`](https://github.com/arduino/ArduinoCore-mbed) for Arduino **Portenta_H7** boards, such as **Portenta_H7 Rev2 ABX00042, etc.**. [![GitHub release](https://img.shields.io/github/release/arduino/ArduinoCore-mbed.svg)](https://github.com/arduino/ArduinoCore-mbed/releases/latest). To be used with [**Portenta_H7_AsyncTCP releases v1.3.0+**](https://github.com/khoih-prog/Portenta_H7_AsyncTCP/releases/tag/v1.3.0)
167167
3. [`Portenta_H7_AsyncTCP library v1.3.0+`](https://github.com/khoih-prog/Portenta_H7_AsyncTCP) for Portenta_H7 using `Vision-shield Ethernet` or `Murata WiFi`. [To install. check [![arduino-library-badge](https://www.ardu-badge.com/badge/Portenta_H7_AsyncTCP.svg?)](https://www.ardu-badge.com/Portenta_H7_AsyncTCP)
168168

@@ -1743,7 +1743,7 @@ Following is debug terminal output when running example [MQTT_ThingStream](examp
17431743
```
17441744
Start MQTT_ThingStream on PORTENTA_H7_M7 with Ethernet using Portenta_Ethernet Library
17451745
Portenta_H7_AsyncTCP v1.3.0
1746-
Portenta_H7_AsyncWebServer v1.2.0
1746+
Portenta_H7_AsyncWebServer v1.2.1
17471747
Using mac index = 17
17481748
Connected! IP address: 192.168.2.87
17491749
***************************************
@@ -1768,7 +1768,7 @@ Following is debug terminal output when running example [WebClient](examples/Eth
17681768
```
17691769
Start WebClientRepeating on PORTENTA_H7_M7 with Ethernet using Portenta_Ethernet Library
17701770
Portenta_H7_AsyncTCP v1.3.0
1771-
Portenta_H7_AsyncWebServer v1.2.0
1771+
Portenta_H7_AsyncWebServer v1.2.1
17721772
Using mac index = 16
17731773
Connected! IP address: 192.168.2.87
17741774

@@ -1836,7 +1836,7 @@ Following is debug terminal output when running example [MQTTClient_Auth](exampl
18361836
```
18371837
Start MQTTClient_Auth on PORTENTA_H7_M7 with Ethernet using Portenta_Ethernet Library
18381838
Portenta_H7_AsyncTCP v1.3.0
1839-
Portenta_H7_AsyncWebServer v1.2.0
1839+
Portenta_H7_AsyncWebServer v1.2.1
18401840
Using mac index = 9
18411841
Connected! IP address: 192.168.2.87
18421842
Attempting MQTT connection to broker.emqx.io...connected
@@ -1857,7 +1857,7 @@ Following is debug terminal output when running example [MQTTClient_Basic](examp
18571857
```
18581858
Start MQTTClient_Basic on PORTENTA_H7_M7 with Ethernet using Portenta_Ethernet Library
18591859
Portenta_H7_AsyncTCP v1.3.0
1860-
Portenta_H7_AsyncWebServer v1.2.0
1860+
Portenta_H7_AsyncWebServer v1.2.1
18611861
Using mac index = 8
18621862
Connected! IP address: 192.168.2.87
18631863
Attempting MQTT connection to broker.emqx.io...connected
@@ -1876,7 +1876,7 @@ Following is debug terminal output when running example [Async_HTTPBasicAuth](ex
18761876
```
18771877
Start Async_HTTPBasicAuth on PORTENTA_H7_M7 with Ethernet using Portenta_Ethernet Library
18781878
Portenta_H7_AsyncTCP v1.3.0
1879-
Portenta_H7_AsyncWebServer v1.2.0
1879+
Portenta_H7_AsyncWebServer v1.2.1
18801880
Using mac index = 16
18811881
Connected! IP address: 192.168.2.87
18821882
Async_HttpBasicAuth started @ IP : 192.168.2.87
@@ -1906,7 +1906,7 @@ Following are debug terminal output and screen shots when running example [Async
19061906
```
19071907
Start Async_AdvancedWebServer on PORTENTA_H7_M7 with Ethernet using Portenta_Ethernet Library
19081908
Portenta_H7_AsyncTCP v1.3.0
1909-
Portenta_H7_AsyncWebServer v1.2.0
1909+
Portenta_H7_AsyncWebServer v1.2.1
19101910
Using mac index = 4
19111911
Connected! IP address: 192.168.2.87
19121912
HTTP EthernetWebServer is @ IP : 192.168.2.87
@@ -1927,7 +1927,7 @@ Following is the debug terminal and screen shot when running example [Async_Adva
19271927
```
19281928
Start Async_AdvancedWebServer on PORTENTA_H7_M7 with Portenta_H7 WiFi
19291929
Portenta_H7_AsyncTCP v1.3.0
1930-
Portenta_H7_AsyncWebServer v1.2.0
1930+
Portenta_H7_AsyncWebServer v1.2.1
19311931
Connecting to SSID: HueNet1
19321932
SSID: HueNet1
19331933
Local IP Address: 192.168.2.94

changelog.md

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

1313
* [Changelog](#changelog)
14+
* [Releases v1.2.1](#Releases-v121)
1415
* [Releases v1.2.0](#Releases-v120)
1516
* [Releases v1.1.1](#Releases-v111)
1617
* [Releases v1.1.0](#Releases-v110)
@@ -21,6 +22,10 @@
2122

2223
## Changelog
2324

25+
### Releases v1.2.1
26+
27+
1. Fix authenticate issue caused by libb64
28+
2429
### Releases v1.2.0
2530

2631
1. Fix crashing issue in mbed_portenta v2.6.1+. To be used with [**Portenta_H7_AsyncTCP releases v1.3.0+**](https://github.com/khoih-prog/Portenta_H7_AsyncTCP/releases/tag/v1.3.0)

keywords.txt

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -502,3 +502,13 @@ generateEventMessage KEYWORD2
502502
#######################################
503503

504504
# LITERAL1
505+
506+
PORTENTA_H7_ASYNC_WEBSERVER_VERSION LITERAL1
507+
508+
PORTENTA_H7_ASYNC_WEBSERVER_VERSION_MAJOR LITERAL1
509+
PORTENTA_H7_ASYNC_WEBSERVER_VERSION_MINOR LITERAL1
510+
PORTENTA_H7_ASYNC_WEBSERVER_VERSION_PATCH LITERAL1
511+
PORTENTA_H7_ASYNC_WEBSERVER_VERSION_INT LITERAL1
512+
513+
514+

library.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "Portenta_H7_AsyncWebServer",
3-
"version": "1.2.0",
3+
"version": "1.2.1",
44
"keywords": "http, async, websocket, webserver, async-webserver, async-tcp, async-udp, async-websocket, async-http, ssl, tls, mbed, mbed-portenta, portenta-h7, portentah7, portenta-h7-m7, portenta-h7-m4, portentah7-m7, portentah7-m4, stm32h7",
55
"description": "Asynchronous WebServer Library for STM32H7-based Portenta_H7 using mbed_portenta core. This library, which is relied on Portenta_H7_AsyncTCP, is part of a series of advanced Async libraries, such as AsyncTCP, AsyncUDP, AsyncWebSockets, AsyncHTTPRequest, AsyncHTTPSRequest, etc.",
66
"authors":

library.properties

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
name=Portenta_H7_AsyncWebServer
2-
version=1.2.0
2+
version=1.2.1
33
author=Hristo Gochkov,Khoi Hoang
44
maintainer=Khoi Hoang <khoih.prog@gmail.com>
55
sentence=Asynchronous WebServer Library for STM32H7-based Portenta_H7 using mbed_portenta core.

platformio/platformio.ini

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -42,9 +42,9 @@ lib_compat_mode = strict
4242

4343
lib_deps =
4444
; PlatformIO 4.x
45-
Portenta_H7_AsyncTCP@>=1.3.0
45+
; Portenta_H7_AsyncTCP@>=1.3.0
4646
; PlatformIO 5.x
47-
; khoih-prog/Portenta_H7_AsyncTCP@>=1.3.0
47+
khoih-prog/Portenta_H7_AsyncTCP@>=1.3.0
4848

4949

5050
build_flags =

src/Portenta_H7_AsyncEventSource.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
1111
12-
Version: 1.2.0
12+
Version: 1.2.1
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
1717
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1818
1.1.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
1919
1.2.0 K Hoang 07/12/2021 Fix crashing issue
20+
1.2.1 K Hoang 12/01/2022 Fix authenticate issue caused by libb64
2021
*****************************************************************************************************************************/
2122

2223
#if !defined(_PORTENTA_H7_AWS_LOGLEVEL_)

src/Portenta_H7_AsyncEventSource.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
1111
12-
Version: 1.2.0
12+
Version: 1.2.1
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
1717
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1818
1.1.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
1919
1.2.0 K Hoang 07/12/2021 Fix crashing issue
20+
1.2.1 K Hoang 12/01/2022 Fix authenticate issue caused by libb64
2021
*****************************************************************************************************************************/
2122

2223
#pragma once

src/Portenta_H7_AsyncJson.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
1111
12-
Version: 1.2.0
12+
Version: 1.2.1
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
1717
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1818
1.1.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
1919
1.2.0 K Hoang 07/12/2021 Fix crashing issue
20+
1.2.1 K Hoang 12/01/2022 Fix authenticate issue caused by libb64
2021
*****************************************************************************************************************************/
2122
/*
2223
Async Response to use with ArduinoJson and AsyncWebServer

src/Portenta_H7_AsyncWebAuthentication.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
1111
12-
Version: 1.2.0
12+
Version: 1.2.1
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
1717
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1818
1.1.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
1919
1.2.0 K Hoang 07/12/2021 Fix crashing issue
20+
1.2.1 K Hoang 12/01/2022 Fix authenticate issue caused by libb64
2021
*****************************************************************************************************************************/
2122

2223
#if !defined(_PORTENTA_H7_AWS_LOGLEVEL_)

src/Portenta_H7_AsyncWebAuthentication.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
1111
12-
Version: 1.2.0
12+
Version: 1.2.1
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
1717
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1818
1.1.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
1919
1.2.0 K Hoang 07/12/2021 Fix crashing issue
20+
1.2.1 K Hoang 12/01/2022 Fix authenticate issue caused by libb64
2021
*****************************************************************************************************************************/
2122

2223
#pragma once

src/Portenta_H7_AsyncWebHandlerImpl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
1111
12-
Version: 1.2.0
12+
Version: 1.2.1
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
1717
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1818
1.1.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
1919
1.2.0 K Hoang 07/12/2021 Fix crashing issue
20+
1.2.1 K Hoang 12/01/2022 Fix authenticate issue caused by libb64
2021
*****************************************************************************************************************************/
2122

2223
#pragma once

src/Portenta_H7_AsyncWebHandlers.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
1111
12-
Version: 1.2.0
12+
Version: 1.2.1
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
1717
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1818
1.1.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
1919
1.2.0 K Hoang 07/12/2021 Fix crashing issue
20+
1.2.1 K Hoang 12/01/2022 Fix authenticate issue caused by libb64
2021
*****************************************************************************************************************************/
2122

2223
#if !defined(_PORTENTA_H7_AWS_LOGLEVEL_)

src/Portenta_H7_AsyncWebRequest.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
1111
12-
Version: 1.2.0
12+
Version: 1.2.1
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
1717
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1818
1.1.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
1919
1.2.0 K Hoang 07/12/2021 Fix crashing issue
20+
1.2.1 K Hoang 12/01/2022 Fix authenticate issue caused by libb64
2021
*****************************************************************************************************************************/
2122

2223
#if !defined(_PORTENTA_H7_AWS_LOGLEVEL_)

src/Portenta_H7_AsyncWebResponseImpl.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
1111
12-
Version: 1.2.0
12+
Version: 1.2.1
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
1717
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1818
1.1.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
1919
1.2.0 K Hoang 07/12/2021 Fix crashing issue
20+
1.2.1 K Hoang 12/01/2022 Fix authenticate issue caused by libb64
2021
*****************************************************************************************************************************/
2122

2223
#pragma once

src/Portenta_H7_AsyncWebResponses.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
1111
12-
Version: 1.2.0
12+
Version: 1.2.1
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
1717
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1818
1.1.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
1919
1.2.0 K Hoang 07/12/2021 Fix crashing issue
20+
1.2.1 K Hoang 12/01/2022 Fix authenticate issue caused by libb64
2021
*****************************************************************************************************************************/
2122

2223
#if !defined(_PORTENTA_H7_AWS_LOGLEVEL_)

src/Portenta_H7_AsyncWebServer.cpp

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
1111
12-
Version: 1.2.0
12+
Version: 1.2.1
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
1717
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1818
1.1.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
1919
1.2.0 K Hoang 07/12/2021 Fix crashing issue
20+
1.2.1 K Hoang 12/01/2022 Fix authenticate issue caused by libb64
2021
*****************************************************************************************************************************/
2122

2223
#if !defined(_PORTENTA_H7_AWS_LOGLEVEL_)

src/Portenta_H7_AsyncWebServer.h

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
1111
12-
Version: 1.2.0
12+
Version: 1.2.1
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
1717
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1818
1.1.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
1919
1.2.0 K Hoang 07/12/2021 Fix crashing issue
20+
1.2.1 K Hoang 12/01/2022 Fix authenticate issue caused by libb64
2021
*****************************************************************************************************************************/
2122

2223
#ifndef _PORTENTA_H7_ASYNC_WEBSERVER_H_
@@ -31,7 +32,13 @@
3132

3233
#endif
3334

34-
#define PORTENTA_H7_ASYNC_WEBSERVER_VERSION "Portenta_H7_AsyncWebServer v1.2.0"
35+
#define PORTENTA_H7_ASYNC_WEBSERVER_VERSION "Portenta_H7_AsyncWebServer v1.2.1"
36+
37+
#define PORTENTA_H7_ASYNC_WEBSERVER_VERSION_MAJOR 1
38+
#define PORTENTA_H7_ASYNC_WEBSERVER_VERSION_MINOR 2
39+
#define PORTENTA_H7_ASYNC_WEBSERVER_VERSION_PATCH 1
40+
41+
#define PORTENTA_H7_ASYNC_WEBSERVER_VERSION_INT 1002001
3542

3643
#ifndef PORTENTA_H7_AWS_UNUSED
3744
#define PORTENTA_H7_AWS_UNUSED(x) (void)(x)

src/Portenta_H7_AsyncWebServer_Debug.h

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,14 +9,15 @@
99
Built by Khoi Hoang https://github.com/khoih-prog/Portenta_H7_AsyncWebServer
1010
Licensed under GPLv3 license
1111
12-
Version: 1.2.0
12+
Version: 1.2.1
1313
1414
Version Modified By Date Comments
1515
------- ----------- ---------- -----------
1616
1.0.0 K Hoang 06/10/2021 Initial coding for Portenta_H7 (STM32H7) with Vision-Shield Ethernet
1717
1.1.0 K Hoang 08/10/2021 Add support to Portenta_H7 (STM32H7) using Murata WiFi
1818
1.1.1 K Hoang 12/10/2021 Update `platform.ini` and `library.json`
1919
1.2.0 K Hoang 07/12/2021 Fix crashing issue
20+
1.2.1 K Hoang 12/01/2022 Fix authenticate issue caused by libb64
2021
*****************************************************************************************************************************/
2122

2223
#pragma once

0 commit comments

Comments
 (0)