aboutsummaryrefslogtreecommitdiff
path: root/shared/protocol.h
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2022-05-27 13:58:12 +0200
committerlonkaars <loek@pipeframe.xyz>2022-05-27 13:58:12 +0200
commit5882adbf21363e63b1069f6321ca7c08d1fa9b41 (patch)
treed4753e0b33cf50fe4270d7fa174b3f20c4b5f5a1 /shared/protocol.h
parent31daa9db97a0d0e094c20ac8f3891d3633610039 (diff)
implement SRES
Diffstat (limited to 'shared/protocol.h')
-rw-r--r--shared/protocol.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/shared/protocol.h b/shared/protocol.h
index 2e1e4ea..93e53f4 100644
--- a/shared/protocol.h
+++ b/shared/protocol.h
@@ -114,6 +114,8 @@ typedef struct {
uint8_t status;
} w2_s_cmd_bomd_tx;
+#define W2_CMD_SRES_RX_TYPE_REINITGS 0
+#define W2_CMD_SRES_RX_TYPE_PREVMODE 1
typedef struct {
uint8_t opcode;
uint8_t type;