1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-06-16 11:21:18 +03:00

update revisions.txt and fix comments in Esplora library

This commit is contained in:
Martino Facchin
2015-03-26 17:23:00 +01:00
parent 155abfe280
commit ae8549cfcb
2 changed files with 6 additions and 3 deletions

View File

@ -8,6 +8,9 @@ ARDUINO 1.6.2
* Available ports list is now generated in background: hence "tools" menu is much faster
* MacOSX: appbundler merged our contribution, switching to upstream version https://bitbucket.org/infinitekind/appbundler/
[core]
* Stream: fixed bug in findUntil routine #2591 @Xuth
[libraries]
* EEPROM: Replaced existing library with more complete implementation @Chris--A
* SD: fixed endless timeout on 32bit core (Due) @Timmmm