Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2020-02-28 | 395 Bytes | |
Update 1.0.1.tar.gz | 2020-02-28 | 569.8 kB | |
Update 1.0.1.zip | 2020-02-28 | 652.8 kB | |
Totals: 3 Items | 1.2 MB | 0 |
v1.0.1
- Reduce
winsize
from3
to2
(same performance) to lower the heap required. Pairing can be done with low free-heap of ~14000. - Specify the MDNS runs on the IPAddress of STA to ensure the HomeKit can work with some SoftAP-based WiFi-Config libraries.
- Rename the
HTTP_METHOD
(s) inhttp_parser.h
to avoid multi-definition errors when usingESP8266WebServer
together.