commit | eb45f138d9981afff85a092e49a804c52bf4125c | [log] [tgz] |
---|---|---|
author | Dan Morrill <morrildl@google.com> | Thu Oct 21 13:42:57 2010 -0700 |
committer | Android Git Automerger <android-git-automerger@android.com> | Thu Oct 21 13:42:57 2010 -0700 |
tree | c4c4f3c3fafdf021a9aee15773c6d1daf173ace9 | |
parent | 4d509830041df650985a14d8459878f7412da47d [diff] | |
parent | 29470362de51f3df085a8ef59aadef9539392f13 [diff] |
am 29470362: am 7d23080f: am 8af10fb9: am 7b12399f: It turns out that the Arduino serial port char buffer is only 500 bytes, so message size has to be < 500 or else data is lost. This change bumps it down to 128 bytes which should still be big enough. This also has a Merge commit '29470362de51f3df085a8ef59aadef9539392f13' * commit '29470362de51f3df085a8ef59aadef9539392f13': It turns out that the Arduino serial port char buffer is only 500 bytes, so