1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-08-07 00:04:36 +03:00

Scrollable menus can now be scrolled with the mouse wheel

This commit is contained in:
Cristian Maglie
2013-08-21 02:21:30 +02:00
parent 2e80136cab
commit c2b55eb7a1
2 changed files with 19 additions and 1 deletions

View File

@@ -10,6 +10,7 @@ ARDUINO 1.5.3 BETA
* Updated arm gcc to 4.7.4 and simplified build.xml
* ARM gcc doesn't require ia32-libs anymore on 64 bits linux systems
* Import library menu is now scrollable
* Scrollable menus can now be scrolled with the mouse wheel
[arduino core]
* sam: Fixed delayMicrosecond() when interrupts are disabled