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

Commit 9365a5f

Browse files
authored
v1.0.11
### New in v1.0.11 1. Add support to all STM32F/L/H/G/WB/MP1 2. Add support to Seeeduino SAMD21/SAMD51 boards (SEEED_WIO_TERMINAL, SEEED_FEMTO_M0, SEEED_XIAO_M0, Wio_Lite_MG126, WIO_GPS_BOARD, SEEEDUINO_ZERO, SEEEDUINO_LORAWAN, SEEED_GROVE_UI_WIRELESS, etc.)
1 parent 2c1388d commit 9365a5f

File tree

1 file changed

+7
-9
lines changed

1 file changed

+7
-9
lines changed

README.md

+7-9
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ The ESP8266_AT_Web_Server class found in `ESP8266_AT_Web_Server.h` header, is a
8686
6. [`Arduino SAMD core 1.8.6+`](https://www.arduino.cc/en/Guide/ArduinoM0) for SAMD ARM Cortex-M0+ boards (Nano 33 IoT, etc.).
8787
7. [`Adafruit SAMD core 1.6.0+`](https://www.adafruit.com/) for SAMD ARM Cortex-M0+ and M4 boards (Itsy-Bitsy M4, etc.)
8888
8. [`Adafruit nRF52 v0.20.5+`](www.adafruit.com) for nRF52 boards such as AdaFruit Feather nRF52840 Express, NINA_B302_ublox, NINA_B112_ublox, etc.
89-
9. [`Seeeduino SAMD core 1.7.7+`](https://www.adafruit.com/) for SAMD21/SAMD51 boards (XIAO M0, Wio Terminal, etc.)
89+
9. [`Seeeduino SAMD core 1.7.7+`](https://www.seeedstudio.com/) for SAMD21/SAMD51 boards (XIAO M0, Wio Terminal, etc.)
9090
10. [`Functional-VLPP library v1.0.1+`](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)
9191
11. [`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.
9292
12. [`AT version_2.1.0.0_dev`](AT_Firmwares/AT_version_2.1.0.0_dev.zip) for ESP32-AT shields.
@@ -260,8 +260,6 @@ This file must be copied into the directory:
260260
261261
---
262262
263-
---
264-
265263
### Usage
266264
267265
#### Class Constructor
@@ -413,7 +411,7 @@ Example:*
413411

414412
---
415413

416-
### Examples
414+
## Examples
417415

418416
Also see examples:
419417
1. [AdvancedWebServer](examples/AdvancedWebServer)
@@ -432,7 +430,7 @@ Also see examples:
432430
14. [WebServerAP](examples/WebServerAP)
433431

434432

435-
## Example [AdvancedWebServer](examples/AdvancedWebServer)
433+
### Example [AdvancedWebServer](examples/AdvancedWebServer)
436434
Please take a look at other examples, as well.
437435

438436
### File [AdvancedWebServer](examples/AdvancedWebServer/AdvancedWebServer.ino)
@@ -996,12 +994,12 @@ and this is the screen shot when running example [AdvancedWebServer](https://git
996994

997995
---
998996

999-
#### New in v1.0.11
997+
### New in v1.0.11
1000998

1001999
1. Add support to all STM32F/L/H/G/WB/MP1
10021000
2. Add support to Seeeduino SAMD21/SAMD51 boards (SEEED_WIO_TERMINAL, SEEED_FEMTO_M0, SEEED_XIAO_M0, Wio_Lite_MG126, WIO_GPS_BOARD, SEEEDUINO_ZERO, SEEEDUINO_LORAWAN, SEEED_GROVE_UI_WIRELESS, etc.)
10031001

1004-
#### New in v1.0.10
1002+
### New in v1.0.10
10051003

10061004
1. Fix bug not closing client and releasing socket.
10071005
2. Enhance examples.
@@ -1063,7 +1061,7 @@ The library supports
10631061

10641062
---
10651063

1066-
## TO DO
1064+
### TO DO
10671065
1. Bug Searching and Killing
10681066
2. Add SSL/TLS Client and Server support
10691067
3. Support more types of boards using ESP8266 AT-command shields.
@@ -1097,7 +1095,7 @@ The library supports
10971095
</tr>
10981096
</table>
10991097

1100-
## Contributing
1098+
### Contributing
11011099

11021100
If you want to contribute to this project:
11031101
- Report bugs and errors

0 commit comments

Comments
 (0)