We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 17115b0 commit fdbb45eCopy full SHA for fdbb45e
build/shared/revisions.txt
@@ -1,13 +1,22 @@
1
2
ARDUINO 1.6.0rc2
3
4
+[ide]
5
+* Reenabled speed of 38400 on serial monitor
6
+
7
+[core]
8
+* Arduino "boolean" type is now mapped to "bool" instead of "uint8_t" (Christopher Andrews)
9
10
+[libraries]
11
+* GSM: minor changes and bug fix (https://github.com/arduino/Arduino/pull/2546)
12
13
The following changes are included also in the Arduino IDE 1.0.7:
14
15
[ide]
16
* Mitigated Serial Monitor resource exhaustion when the connected device sends a lot of data (Paul Stoffregen)
17
18
[core]
-* sam: HardwareSerial now performs ISR based buffered transmission (Collin Kidder)
19
+* sam: HardwareSerial now has buffered transmission (Collin Kidder)
20
21
ARDUINO 1.6.0rc1
22
0 commit comments