increase buffer size to allow long at response

This commit is contained in:
fujr 2025-01-08 00:39:42 +08:00
parent 71789e1f7a
commit fb76b1ec91

View File

@ -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