summaryrefslogtreecommitdiff
path: root/fw/esp32/components/eos/include/eos.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/esp32/components/eos/include/eos.h')
-rw-r--r--fw/esp32/components/eos/include/eos.h16
1 files changed, 8 insertions, 8 deletions
diff --git a/fw/esp32/components/eos/include/eos.h b/fw/esp32/components/eos/include/eos.h
index e772637..3f9755d 100644
--- a/fw/esp32/components/eos/include/eos.h
+++ b/fw/esp32/components/eos/include/eos.h
@@ -11,14 +11,14 @@
#define EOS_ERR_NOMEM -100
-#define EOS_TASK_PRIORITY_NET 1
-#define EOS_TASK_PRIORITY_APP 1
-#define EOS_TASK_PRIORITY_SOCK 1
-#define EOS_TASK_PRIORITY_UART 1
-#define EOS_TASK_PRIORITY_MODEM 1
-#define EOS_TASK_PRIORITY_PCM 1
-#define EOS_TASK_PRIORITY_CELL 1
-#define EOS_TASK_PRIORITY_PWR 1
+#define EOS_TASK_PRIORITY_NET 16
+#define EOS_TASK_PRIORITY_APP 17
+#define EOS_TASK_PRIORITY_SOCK 10
+#define EOS_TASK_PRIORITY_UART 10
+#define EOS_TASK_PRIORITY_MODEM 10
+#define EOS_TASK_PRIORITY_PCM 10
+#define EOS_TASK_PRIORITY_CELL 10
+#define EOS_TASK_PRIORITY_PWR 10
#define EOS_TASK_SSIZE_NET 8192
#define EOS_TASK_SSIZE_APP 8192