ARDUINO 1.6.0rc2 RELEASE CANDIDATE
Pre-release
Pre-release
Changelog
IDE
- Reenabled speed of 38400 on serial monitor
- Improved Find/Replace dialog layout (Eberhard Fahle)
- Fixed missing .dll error on some Windows box
Core
- Arduino "boolean" type is now mapped to "bool" instead of "uint8_t" (Christopher Andrews)
- sam: HardwareSerial now has buffered transmission (Collin Kidder)
- sam: HardwareSerial fixed modes (parity, data bits, stop bits) (bluesign2k)
- avr: Fixed regression in pulseIn() function accuracy
Libraries
- GSM: minor changes and bug fix (#2546)
The following changes are included also in the Arduino IDE 1.0.7:
IDE
- Mitigated Serial Monitor resource exhaustion when the connected device sends a lot of data (Paul Stoffregen)