1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-27 18:02:17 +03:00

Remove OneWire

This commit is contained in:
andig
2016-01-18 15:11:14 +01:00
parent 68701bf208
commit d605074005
9 changed files with 1 additions and 1135 deletions

View File

@ -39,6 +39,7 @@ title: Change Log
- Fix link-time dependency of ESP8266WebServer on SPIFFS (#862)
- Allow setting client side TLS key and certificate
- Replace chain of UDP pbufs with a single pbuf before sending (#1009)
- Remove bundled OneWire - ESP8266 support has been merged in the official OneWire sources
### Tools