diff options
author | lonkaars <loek@pipeframe.xyz> | 2022-05-27 13:58:12 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2022-05-27 13:58:12 +0200 |
commit | 5882adbf21363e63b1069f6321ca7c08d1fa9b41 (patch) | |
tree | d4753e0b33cf50fe4270d7fa174b3f20c4b5f5a1 /shared | |
parent | 31daa9db97a0d0e094c20ac8f3891d3633610039 (diff) |
implement SRES
Diffstat (limited to 'shared')
-rw-r--r-- | shared/protocol.h | 2 |
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; |