Skip to content

Commit 1113a08

Browse files
committed
Fixed linting issues
1 parent e3b94a4 commit 1113a08

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

content/components/espnow.md

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -222,7 +222,8 @@ Setting `auto_add_peer` to `true` will allow the component to automatically add
222222
automatically add any peer that data is sent to.
223223

224224
A peer can be declared either as a single MAC addres, or as a mapping. The latter is required for setting an (optional) LMK (see [Encryption](#espnow-encryption) below).
225-
```
225+
226+
```yaml
226227
peers:
227228
# MAC address
228229
- 01:02:03:04:05:06
@@ -238,7 +239,8 @@ peers:
238239
ESP-NOW supports encryption of frame data. All peers share a single Primary Master Key (PMK), and each peer shares a Local Master Key (LMK) with one other peer.
239240

240241
Both PMK and LMK are 16 bytes in length, and can be passed either as string or as a list of bytes:
241-
```
242+
243+
```yaml
242244
# as string
243245
pmk: '0123456789012345'
244246

0 commit comments

Comments
 (0)