mirror of
https://github.com/esp8266/Arduino.git
synced 2025-07-27 18:02:17 +03:00
Upload doc folder along with a package
This commit is contained in:
48
doc/changes.md
Normal file
48
doc/changes.md
Normal file
@ -0,0 +1,48 @@
|
||||
# Change log
|
||||
|
||||
## Current version
|
||||
|
||||
### Core
|
||||
|
||||
- Updated I2C library to better handle repeated start for certain devices.
|
||||
|
||||
### Libraries
|
||||
|
||||
- ESP8266WebServer: add gzip streaming, fix sendContent behaviour,
|
||||
add setContentSize method.
|
||||
- ESP8266WiFi: add BSSID, channel, isHidden methods, fix AP/STA mode
|
||||
selection (#28).
|
||||
|
||||
### Tools
|
||||
|
||||
- SDK updated to 1.1.0 (#306)
|
||||
|
||||
|
||||
## 1.6.4-673-g8cd3697
|
||||
May 22, 2015
|
||||
|
||||
### Tools
|
||||
|
||||
- Add 32-bit Linux toolchain.
|
||||
- Rebuild toolchain and esptool with support for OS X down to 10.6.
|
||||
|
||||
### Libraries
|
||||
|
||||
- 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.
|
||||
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.
|
||||
- SD, Adafruit_ILI9341, and OneWire libraries are now bundled.
|
||||
- Fix incorrect sector calculation in EEPROM library.
|
||||
|
||||
---
|
||||
|
||||
## 1.6.4-628-g545ffde
|
||||
May 19, 2015
|
||||
|
||||
- Initial release of Boards Manager package for ESP8266 platform.
|
||||
|
Reference in New Issue
Block a user