This commit is contained in:
Martino Facchin 2015-03-24 14:56:39 +01:00
commit 948bf209fa
1 changed files with 1 additions and 0 deletions

View File

@ -5,6 +5,7 @@ ARDUINO 1.6.2
* In platform.txt, pre and post build hooks can now be specified. Example: recipe.hooks.prebuild.0.pattern=echo "Hello {build.source.path}". Thanks @Wackerbarth
* Windows and MacOSX JVM Xmx halved to 512M
* Introduced starting splashscreen with progress status: will be used for notifying user of long running startup tasks
* Available ports list is now generated in background: hence "tools" menu is much faster
[libraries]
* EEPROM: Replaced existing library with more complete implementation @Chris--A