mirror of
https://github.com/esp8266/Arduino.git
synced 2025-06-07 16:23:38 +03:00
Add changelog for the esp8266 core
This commit is contained in:
parent
73f6f2898d
commit
6e14666d2f
21
changes.md
Normal file
21
changes.md
Normal file
@ -0,0 +1,21 @@
|
|||||||
|
|
||||||
|
|
||||||
|
# Current version
|
||||||
|
|
||||||
|
- Add 32-bit Linux toolchain
|
||||||
|
- 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 the 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.
|
||||||
|
|
||||||
|
---
|
||||||
|
|
||||||
|
# 1.6.4-g545ffde
|
||||||
|
19 May, 2015
|
||||||
|
|
||||||
|
- Initial release of board manager package
|
||||||
|
|
Loading…
x
Reference in New Issue
Block a user