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

Mitigated Serial Monitor resource exhaustion when the connected device sends a lot of data

Fixes #2233
This commit is contained in:
Cristian Maglie
2014-12-10 10:26:02 +01:00
parent 1be99c3a1d
commit 35848e09a8
3 changed files with 120 additions and 13 deletions

View File

@ -13,6 +13,9 @@ ARDUINO 1.0.7
* Fixed missing NOT_AN_INTERRUPT constant in digitalPinToInterrupt() macro
* Fixed performance regression in HardwareSerial::available() introduced with https://github.com/arduino/Arduino/pull/2057
[ide]
* Mitigated Serial Monitor resource exhaustion when the connected device sends a lot of data (Paul Stoffregen)
ARDUINO 1.0.6 - 2014.09.16
[core]