summaryrefslogtreecommitdiff
path: root/fw/esp32/components/eos/include/net.h
diff options
context:
space:
mode:
Diffstat (limited to 'fw/esp32/components/eos/include/net.h')
-rw-r--r--fw/esp32/components/eos/include/net.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/fw/esp32/components/eos/include/net.h b/fw/esp32/components/eos/include/net.h
index f71d07d..f6b3700 100644
--- a/fw/esp32/components/eos/include/net.h
+++ b/fw/esp32/components/eos/include/net.h
@@ -13,7 +13,9 @@
#define EOS_NET_MAX_MTYPE 8
-#define EOS_NET_MTYPE_FLAG_ONEW 0x80
+#define EOS_NET_MTYPE_FLAG_ONEW 0x40
+#define EOS_NET_MTYPE_FLAG_REPW 0x80
+#define EOS_NET_MTYPE_FLAG_MASK 0xc0
/* esp32 specific */
#define EOS_NET_SIZE_BUFQ 4