Skip to content

Commit 9e17653

Browse files
committed
Increase BUFF_SIZE to avoid error in AT response when debug is turned on
1 parent c519967 commit 9e17653

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

features/cellular/framework/AT/ATHandler.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ class FileHandle;
4848
extern const char *OK;
4949
extern const char *CRLF;
5050

51-
#define BUFF_SIZE 32
51+
#define BUFF_SIZE 128
5252

5353
/* AT Error types enumeration */
5454
enum DeviceErrorType {

0 commit comments

Comments
 (0)