We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa149f2 commit 2a206d7Copy full SHA for 2a206d7
src/serial.md
@@ -33,8 +33,8 @@ The packet types are:
33
| ---- | ----------- | --------
34
| `0x01 ` | Current state | Device to Client
35
| `0x02 ` | Error state | Device to Client
36
-| `0x03 ` | RPC Command | Device to Client
37
-| `0x04 ` | RPC Result | Client to Device
+| `0x03 ` | RPC Command | Client to Device
+| `0x04 ` | RPC Result | Device to Client
38
39
## Packet: Current State
40
0 commit comments