From 5882adbf21363e63b1069f6321ca7c08d1fa9b41 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 27 May 2022 13:58:12 +0200 Subject: implement SRES --- shared/protocol.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'shared/protocol.h') 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; -- cgit v1.2.3