From 9da5f8409c85637361d7bc69b721f6d9d3087b7b Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Wed, 4 Sep 2024 21:07:29 +0200 Subject: esp32 cellular modem driver fix --- fw/esp32/components/eos/at_cmd.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'fw/esp32/components/eos/at_cmd.c') diff --git a/fw/esp32/components/eos/at_cmd.c b/fw/esp32/components/eos/at_cmd.c index 37de990..a1c329e 100644 --- a/fw/esp32/components/eos/at_cmd.c +++ b/fw/esp32/components/eos/at_cmd.c @@ -29,6 +29,9 @@ static SemaphoreHandle_t mutex; static char at_buf[EOS_CELL_UART_SIZE_BUF]; +/* should be used from net cell handlers only! */ +char at_cmd_buf[AT_SIZE_CMD_BUF]; + void at_init(void) { memset(&urc_list, 0, sizeof(ATURCList)); -- cgit v1.2.3