- added Delay to Serial flush method

Dependents:   WeeESP8266

Fork of ArduinoAPI by ITEAD STUDIO

Files at this revision

API Documentation at this revision

Comitter:
itead
Date:
Tue Feb 10 10:39:42 2015 +0000
Parent:
3:eb0bbd72ffa1
Child:
5:8072d40c7f3c
Commit message:
Change buffer size

Changed in this revision

ArduinoSerial.h Show annotated file Show diff for this revision Revisions of this file
--- 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 {