diff options
author | Uros Majstorovic <majstor@majstor.org> | 2019-12-11 03:50:14 +0100 |
---|---|---|
committer | Uros Majstorovic <majstor@majstor.org> | 2019-12-11 03:50:14 +0100 |
commit | 9804469a30a877a830e115361b0b78859eaa4d67 (patch) | |
tree | 8ec8daf0ae5120c4efbacbf6c438f6932ce3f14a /code/esp32/components/eos/include/eos.h | |
parent | 404b1628d381cfff1bb737c5bc08b0fc5a3b74fe (diff) |
cell fixed; cell voice test passed
Diffstat (limited to 'code/esp32/components/eos/include/eos.h')
-rw-r--r-- | code/esp32/components/eos/include/eos.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/code/esp32/components/eos/include/eos.h b/code/esp32/components/eos/include/eos.h index e9a67d4..97e1530 100644 --- a/code/esp32/components/eos/include/eos.h +++ b/code/esp32/components/eos/include/eos.h @@ -10,7 +10,7 @@ #define EOS_TASK_SSIZE_UART 4096 #define EOS_TASK_SSIZE_I2S 4096 -#define EOS_TASK_SSIZE_NET_XCHG 4096 +#define EOS_TASK_SSIZE_NET_XCHG 8192 #define EOS_TASK_SSIZE_UDP_RCVR 4096 |