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

Commit 85147cb

Browse files
authored
v1.9.3 to add support to Seeeduino nRF52
### Releases v1.9.3 1. Add support to Seeeduino nRF52840-based boards such as **Seeed XIAO_NRF52840 and XIAO_NRF52840_SENSE**, etc. using Seeed `mbed` or `nRF52` core 2. Add astyle using `allman` style. Restyle the library 3. Display warning only when `_ETHERNET_WEBSERVER_LOGLEVEL_` > 3 4. Update examples 5. Update `Packages' Patches` to add Seeeduino `nRF52` core
1 parent b8b3d7d commit 85147cb

26 files changed

+940
-758
lines changed

src/EthernetHttpClient_SSL.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55
EthernetWebServer_SSL is a library for the Ethernet shields to run WebServer and Client with/without SSL
66
77
Use SSLClient Library code from https://github.com/OPEnSLab-OSU/SSLClient
8-
8+
99
Built by Khoi Hoang https://github.com/khoih-prog/EthernetWebServer_SSL
10-
11-
Version: 1.9.2
10+
11+
Version: 1.9.3
1212
1313
Version Modified By Date Comments
1414
------- ----------- ---------- -----------
@@ -21,6 +21,7 @@
2121
1.9.0 K Hoang 05/05/2022 Add support to custom SPI for Teensy, Mbed RP2040, Portenta_H7, etc.
2222
1.9.1 K Hoang 25/08/2022 Auto-select SPI SS/CS pin according to board package
2323
1.9.2 K Hoang 07/09/2022 Slow SPI clock for old W5100 shield or SAMD Zero. Improve support for SAMD21
24+
1.9.3 K Hoang 26/10/2022 Add support to Seeed XIAO_NRF52840 and XIAO_NRF52840_SENSE using `mbed` or `nRF52` core
2425
*****************************************************************************************************************************/
2526

2627
// Library to simplify HTTP fetching on Arduino

0 commit comments

Comments
 (0)