From 0ca91a2b6a1b112a6e67306e7dbedaeec0225c5b Mon Sep 17 00:00:00 2001 From: Uros Majstorovic Date: Tue, 11 Aug 2020 19:04:15 +0200 Subject: cell messages are handled in separate task --- fw/esp32/components/eos/include/eos.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'fw/esp32/components/eos/include') diff --git a/fw/esp32/components/eos/include/eos.h b/fw/esp32/components/eos/include/eos.h index 0e660fb..7240c83 100644 --- a/fw/esp32/components/eos/include/eos.h +++ b/fw/esp32/components/eos/include/eos.h @@ -13,6 +13,7 @@ #define EOS_TASK_PRIORITY_NET_XCHG 1 #define EOS_TASK_PRIORITY_UDP_RCVR 1 #define EOS_TASK_PRIORITY_PWR 1 +#define EOS_TASK_PRIORITY_CELL 1 #define EOS_TASK_SSIZE_UART 4096 #define EOS_TASK_SSIZE_MODEM 4096 @@ -20,4 +21,5 @@ #define EOS_TASK_SSIZE_NET_XCHG 8192 #define EOS_TASK_SSIZE_UDP_RCVR 4096 #define EOS_TASK_SSIZE_PWR 4096 +#define EOS_TASK_SSIZE_CELL 4096 -- cgit v1.2.3