Increase BUFF_SIZE to avoid error in AT response when debug is turned on

pull/12020/head
Lin Gao 2019-12-03 13:28:02 -06:00
parent c5199677cb
commit 9e17653723
1 changed files with 1 additions and 1 deletions

View File

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