Skip to content

Commit

Permalink
Fixing syntax
Browse files Browse the repository at this point in the history
  • Loading branch information
ryan-summers committed Jan 9, 2024
1 parent 05d5cc4 commit fae0c1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/data-blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -95,12 +95,12 @@ easily interoperable with printf-like functions over RTT.

The format of block uploads via RTT is as follows:
```
forged>{block-name}={block-value}\n
forged>{block-name}:{block-value}\n
```

Below is an example of uploading a device-specific MAC address for the `mac-address` data block:
```
forged>mac-address=41-56-21-3f-ff-fa\n
forged>mac-address:41-56-21-3f-ff-fa\n
```

The string `41-56-21-3f-ff-fa` is then associated with the `mac-address` datablock for this device.
Expand Down

0 comments on commit fae0c1c

Please sign in to comment.