Arduino Core API Library besed on mbed platform.
Dependents: WeeESP8266 ESP8266_moj
Revision 4:1fec2e4c60e5, committed 2015-02-10
- Comitter:
- itead
- Date:
- Tue Feb 10 10:39:42 2015 +0000
- Parent:
- 3:eb0bbd72ffa1
- Commit message:
- Change buffer size
Changed in this revision
ArduinoSerial.h | Show annotated file Show diff for this revision Revisions of this file |
diff -r eb0bbd72ffa1 -r 1fec2e4c60e5 ArduinoSerial.h --- a/ArduinoSerial.h Tue Feb 10 07:47:08 2015 +0000 +++ b/ArduinoSerial.h Tue Feb 10 10:39:42 2015 +0000 @@ -5,7 +5,7 @@ #include "WString.h" typedef enum { - ARDUINOSERIAL_BUFFER_SIZE = 128, + ARDUINOSERIAL_BUFFER_SIZE = 512, } ArduinoSerialConstant; typedef struct {