Doubled ATHandler's BUFF_SIZE

pull/10925/head
Antti Kauppila 2019-07-01 12:33:34 +03:00
parent 1cecfa480f
commit c315672413
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ class FileHandle;
extern const char *OK;
extern const char *CRLF;
#define BUFF_SIZE 16
#define BUFF_SIZE 32
/* AT Error types enumeration */
enum DeviceErrorType {