Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
This repository was archived by the owner on Jan 29, 2023. It is now read-only.

Commit44bb201

Browse files
authored
v1.1.1 to merge some upstream PRs
1. Merge some upstream PRs- Handling of errors - like unstable network - coming via SSLfhessel#89- WIP: Prevent crash on WebSocket request to non-WebSocket node.fhessel#106- Fix infinite loop when the buffer ends with \rfhessel#123- Fixed memory leak in the Websocket examplefhessel#1572. Update examples and `README.md`
1 parentddf7c1c commit44bb201

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

‎README.md

Lines changed: 5 additions & 0 deletions
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)

[8]ページ先頭

©2009-2025 Movatter.jp