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

Commit 44bb201

Browse files
authored
v1.1.1 to merge some upstream PRs
1. Merge some upstream PRs - Handling of errors - like unstable network - coming via SSL fhessel#89 - WIP: Prevent crash on WebSocket request to non-WebSocket node. fhessel#106 - Fix infinite loop when the buffer ends with \r fhessel#123 - Fixed memory leak in the Websocket example fhessel#157 2. Update examples and `README.md`
1 parent ddf7c1c commit 44bb201

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

README.md

+5
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,12 @@ The library is listed in PlatformIO's [library registry](https://platformio.org/
2626

2727
```bash
2828
pio lib --global install https://github.com/khoih-prog/esp32_https_server.git
29+
```
30+
31+
or for new PIO version
2932

33+
```bash
34+
pio pkg install --global -l https://github.com/khoih-prog/esp32_https_server.git
3035
```
3136

3237
New release can take one or two days before they get picked up by the library crawler which makes them available in the registry. The version numbers of [releases](https://github.com/fhessel/esp32_https_server/releases) are based on [semantic versioning](https://semver.org/).

0 commit comments

Comments
 (0)