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

Bridge: Increased timeout when receiving "lenght" field.

Fixes a weird timing issue:
http://forum.arduino.cc/index.php?topic=188955.0
This commit is contained in:
Cristian Maglie
2013-09-21 23:40:38 +02:00
parent 43477bd9d6
commit ca90bf75cb
2 changed files with 3 additions and 2 deletions

View File

@ -3,6 +3,7 @@ ARDUINO 1.5.5 BETA
[libraries]
* avr: Fixed buffer overflow in File::doBuffer() (dreggy)
* avr: Fixed timeout in Bridge::transfer()
ARDUINO 1.5.4 BETA 2013.09.10