summaryrefslogtreecommitdiff
path: root/fw/esp32/components/eos/include/eos.h
diff options
context:
space:
mode:
authorUros Majstorovic <majstor@majstor.org>2026-01-07 22:13:36 +0100
committerUros Majstorovic <majstor@majstor.org>2026-01-07 22:13:36 +0100
commit285ddd410a559449b7e2cbab9b2b10e850efbd08 (patch)
treed6cfe1577675c3478444f0b82b7c5f56bd6b174f /fw/esp32/components/eos/include/eos.h
parent2357302c5e0228c1209b747cc5e0b11d7bef0a02 (diff)
added APP <-> FE310 bridge SPI messages; enabled esp32 wake from deep sleep; IP tunnel for app module supports NAT and port forwadring; introduced EOSMessage struct for SPI messages;
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