Skip to content

Commit

Permalink
readme: fix command numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
bradjc authored May 29, 2018
1 parent 1bd9930 commit ebd5fec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -258,7 +258,7 @@ Get an attribute at a given index from the internal flash.
| Index |
+-+-+-+-+-+-+-+-+
```
- `Command`: `0x13`.
- `Command`: `0x14`.
- `Index`: The attribute index to get. 0-15.

##### Response
Expand Down Expand Up @@ -296,7 +296,7 @@ Get the CRC of a range of internal flash.
| Length |
+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+-+
```
- `Command`: `0x13`.
- `Command`: `0x15`.
- `Address`: The address to begin the CRC at. Little endian.
- `Length`: The length of the range to calculate the CRC over.

Expand Down

0 comments on commit ebd5fec

Please sign in to comment.