Skip to content

Commit

Permalink
Remove erroneous backslash in example
Browse files Browse the repository at this point in the history
  • Loading branch information
sciguy16 authored and kliment committed Jul 13, 2024
1 parent c3be09e commit a6b49ac
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/hexpansions/eeprom.md
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ The filesystem should contain a file named `app.py` which contains MicroPython c

### Example

`b'THEX2024\x40\x00\\x40\x00\x00\x00\x01\x00\x55\xf0\x01\x00\x02\x00EXAMPLE\x00\x00\x8b'`
`b'THEX2024\x40\x00\x40\x00\x00\x00\x01\x00\x55\xf0\x01\x00\x02\x00EXAMPLE\x00\x00\xeb'`

- Magic "THEX"
- Version "2024"
Expand All @@ -142,7 +142,7 @@ The filesystem should contain a file named `app.py` which contains MicroPython c
- PID 0x0001
- Unique ID in use, value 0x0002
- Friendly name is "EXAMPLE" (padded with zeroes)
- Checksum is 0x8b
- Checksum is 0xeb

(header length: 32 bytes)

Expand Down

0 comments on commit a6b49ac

Please sign in to comment.