summaryrefslogtreecommitdiff
path: root/fw/esp32/components/eos/include/at_cmd.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/esp32/components/eos/include/at_cmd.h')
-rw-r--r--fw/esp32/components/eos/include/at_cmd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/fw/esp32/components/eos/include/at_cmd.h b/fw/esp32/components/eos/include/at_cmd.h
index 2d0813e..9dd355b 100644
--- a/fw/esp32/components/eos/include/at_cmd.h
+++ b/fw/esp32/components/eos/include/at_cmd.h
@@ -6,6 +6,7 @@
#define AT_SIZE_PATTERN 64
#define AT_SIZE_URC_LIST 32
+#define AT_SIZE_CMD_BUF 256
typedef void (*at_urc_cb_t) (char *, regmatch_t[]);