1
0
mirror of https://github.com/esp8266/Arduino.git synced 2025-07-30 16:24:09 +03:00

Merge branch 'wayoda-fix-find-dialog-layout' into ide-1.5.x

This commit is contained in:
Cristian Maglie
2015-01-13 23:29:42 +01:00
2 changed files with 177 additions and 209 deletions

View File

@ -3,6 +3,7 @@ ARDUINO 1.6.0rc2
[ide]
* Reenabled speed of 38400 on serial monitor
* Improved Find/Replace dialog layout (Eberhard Fahle)
[core]
* Arduino "boolean" type is now mapped to "bool" instead of "uint8_t" (Christopher Andrews)