From 5882adbf21363e63b1069f6321ca7c08d1fa9b41 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Fri, 27 May 2022 13:58:12 +0200 Subject: implement SRES --- protocol.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'protocol.md') diff --git a/protocol.md b/protocol.md index 7c7c843..bc6a8c0 100644 --- a/protocol.md +++ b/protocol.md @@ -39,7 +39,7 @@ readability. |`0x08`|[DIRC](#dirc)|yes|`r <-- c`|direct control |`0x0a`|[CORD](#cord)|no|`r <=> c`|coordinate |`0x0c`|[BOMD](#bomd)|no|`r <=> c`|backorder modify -|`0x0e`|[SRES](#sres)|no|`r <-- c`|soft reset +|`0x0e`|[SRES](#sres)|yes|`r <-- c`|soft reset |`0x10`|[MCFG](#mcfg)|no|`r <-- c`|map config |`0x12`|[SENS](#sens)|yes|`r <-> c`|sensor data |`0x14`|[INFO](#info)|yes|`r <-> c`|info @@ -223,7 +223,7 @@ _status_ is one of: _type_ is one of: - 0: reinitialize all global state -- 1: reset emergency mode +- 1: go to previous mode ### MCFG -- cgit v1.2.3