gatchat: increase line buffer max size

Some modems might transfer results that are larger than the current
buffer.  Increase it.
This commit is contained in:
Shweta Jain 2020-07-06 22:39:20 +03:00 committed by Denis Kenzior
parent ae8eb80d87
commit d0c014111e
1 changed files with 1 additions and 1 deletions

View File

@ -35,7 +35,7 @@ struct _GAtResult {
typedef struct _GAtResult GAtResult;
#define G_AT_RESULT_LINE_LENGTH_MAX 2048
#define G_AT_RESULT_LINE_LENGTH_MAX 4096
struct _GAtResultIter {
GAtResult *result;