increase buffer size to allow long at response
This commit is contained in:
parent
71789e1f7a
commit
fb76b1ec91
@ -50,7 +50,7 @@
|
||||
#define SMS_BUF_SIZE 16384
|
||||
#define LINE_BUF 1024
|
||||
#define SMS_LIST_SIZE 128
|
||||
#define COMMON_BUF_SIZE 1024
|
||||
#define COMMON_BUF_SIZE 16384
|
||||
#define PHONE_NUMBER_SIZE 64
|
||||
#define SMS_TEXT_SIZE 256
|
||||
#define SMS_PDU_STR_SIZE 512
|
||||
|
Loading…
x
Reference in New Issue
Block a user