Skip to content

Commit

Permalink
Fix RPC direction description (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
jesserockz authored Mar 31, 2024
1 parent aa149f2 commit 2a206d7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/serial.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,8 +33,8 @@ The packet types are:
| ---- | ----------- | --------
| `0x01 ` | Current state | Device to Client
| `0x02 ` | Error state | Device to Client
| `0x03 ` | RPC Command | Device to Client
| `0x04 ` | RPC Result | Client to Device
| `0x03 ` | RPC Command | Client to Device
| `0x04 ` | RPC Result | Device to Client

## Packet: Current State

Expand Down

0 comments on commit 2a206d7

Please sign in to comment.