You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/components/espnow.md
+4-2Lines changed: 4 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -222,7 +222,8 @@ Setting `auto_add_peer` to `true` will allow the component to automatically add
222
222
automatically add any peer that data is sent to.
223
223
224
224
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
226
227
peers:
227
228
# MAC address
228
229
- 01:02:03:04:05:06
@@ -238,7 +239,8 @@ peers:
238
239
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.
239
240
240
241
Both PMK and LMK are 16 bytes in length, and can be passed either as string or as a list of bytes:
0 commit comments