You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Jan 29, 2023. It is now read-only.
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`
Copy file name to clipboardExpand all lines: README.md
+5
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,12 @@ The library is listed in PlatformIO's [library registry](https://platformio.org/
26
26
27
27
```bash
28
28
pio lib --global install https://github.com/khoih-prog/esp32_https_server.git
29
+
```
30
+
31
+
or for new PIO version
29
32
33
+
```bash
34
+
pio pkg install --global -l https://github.com/khoih-prog/esp32_https_server.git
30
35
```
31
36
32
37
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