This repository was archived by the owner on Jan 29, 2023. It is now read-only.
File tree Expand file tree Collapse file tree 22 files changed +109
-45
lines changed Expand file tree Collapse file tree 22 files changed +109
-45
lines changed Original file line number Diff line number Diff line change 8
8
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_STM32
9
9
Licensed under MIT license
10
10
11
- Version: 1.3.0
11
+ Version: 1.3.1
12
12
13
13
Version Modified By Date Comments
14
14
------- ----------- ---------- -----------
19
19
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
20
20
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
21
21
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
22
- *****************************************************************************************************************************/
22
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
23
+ *************************************************************************************************************************************/
23
24
24
25
// Library to simplify HTTP fetching on Arduino
25
26
// (c) Copyright Arduino. 2016
Original file line number Diff line number Diff line change 9
9
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
10
10
Licensed under MIT license
11
11
12
- Version: 1.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
#pragma once
26
29
Original file line number Diff line number Diff line change 9
9
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
10
10
Licensed under MIT license
11
11
12
- Version: 1.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
#pragma once
26
29
27
- #define ETHERNET_WEBSERVER_SSL_STM32_VERSION " EthernetWebServer_SSL_STM32 v1.3.0 "
30
+ #define ETHERNET_WEBSERVER_SSL_STM32_VERSION " EthernetWebServer_SSL_STM32 v1.3.1 "
28
31
29
32
#if !( defined(STM32F0) || defined(STM32F1) || defined(STM32F2) || defined(STM32F3) ||defined(STM32F4) || defined(STM32F7) || \
30
33
defined (STM32L0) || defined(STM32L1) || defined(STM32L4) || defined(STM32H7) ||defined(STM32G0) || defined(STM32G4) || \
Original file line number Diff line number Diff line change 9
9
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
10
10
Licensed under MIT license
11
11
12
- Version: 1.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
// Class to simplify HTTP fetching on Arduino
26
29
// (c) Copyright 2010-2011 MCQN Ltd
Original file line number Diff line number Diff line change 9
9
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
10
10
Licensed under MIT license
11
11
12
- Version: 1.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
// Class to simplify HTTP fetching on Arduino
26
29
// (c) Copyright MCQN Ltd. 2010-2012
Original file line number Diff line number Diff line change 9
9
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
10
10
Licensed under MIT license
11
11
12
- Version: 1.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
// Library to simplify HTTP fetching on Arduino
26
29
// (c) Copyright Arduino. 2019
Original file line number Diff line number Diff line change 9
9
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
10
10
Licensed under MIT license
11
11
12
- Version: 1.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
// Library to simplify HTTP fetching on Arduino
26
29
// (c) Copyright Arduino. 2019
Original file line number Diff line number Diff line change 9
9
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
10
10
Licensed under MIT license
11
11
12
- Version: 1.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
// (c) Copyright Arduino. 2016
26
29
// Released under Apache License, version 2.0
Original file line number Diff line number Diff line change 9
9
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
10
10
Licensed under MIT license
11
11
12
- Version: 1.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
// (c) Copyright Arduino. 2016
26
29
// Released under Apache License, version 2.0
Original file line number Diff line number Diff line change 9
9
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL_STM32
10
10
Licensed under MIT license
11
11
12
- Version: 1.3.0
12
+ Licensed under MIT license
13
+
14
+ Version: 1.3.1
13
15
14
16
Version Modified By Date Comments
15
17
------- ----------- ---------- -----------
20
22
1.2.0 K Hoang 20/11/2020 Add basic HTTP and WebSockets Client by merging ArduinoHttpClient
21
23
1.2.1 K Hoang 26/12/2020 Suppress all possible compiler warnings
22
24
1.3.0 K Hoang 11/04/2021 Add support to LAN8720 using STM32F4 or STM32F7
23
- *****************************************************************************************************************************/
25
+ 1.3.1 K Hoang 04/10/2021 Change option for PIO `lib_compat_mode` from default `soft` to `strict`. Update Packages Patches
26
+ *************************************************************************************************************************************/
24
27
25
28
#pragma once
26
29
You can’t perform that action at this time.
0 commit comments