1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-12 01:53:07 +03:00

Documentation update

add jekyll front matters, update links
This commit is contained in:
Ivan Grokhotkov
2015-07-22 15:04:40 +03:00
parent f709abb658
commit e03efe3b5d
5 changed files with 155 additions and 126 deletions

View File

@ -1,6 +1,8 @@
# Change log
---
title: Change log
---
## Current version
### Core
@ -8,7 +10,7 @@
### Libraries
- ESP8266WebServer: add gzip streaming, fix sendContent behaviour,
- ESP8266WebServer: add gzip streaming, fix sendContent behaviour,
add setContentSize method.
- ESP8266WiFi: add BSSID, channel, isHidden methods, fix AP/STA mode
selection (#28).
@ -31,8 +33,8 @@ May 22, 2015
- Better connection handling in ESP8266WebServer.
The server now sends Content-Length and Connection: close headers,
then waits for the client to disconnect. By not closing the connection
actively, server avoids TIME_WAIT TCP state, and TCP stack is able to
release the memory immediately, without waiting for 2xMSL period.
actively, server avoids TIME_WAIT TCP state, and TCP stack is able to
release the memory immediately, without waiting for 2xMSL period.
If the client doesn't disconnect in 2000ms, the server closes the connection
actively.
- Add Hash library, which has a function to calculate SHA1 hash.
@ -45,4 +47,3 @@ May 22, 2015
May 19, 2015
- Initial release of Boards Manager package for ESP8266 platform.