Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 5 additions & 5 deletions docs/modem-m16/modem-m16-protocol.md
Original file line numberDiff line numberDiff line change
Expand Up@@ -106,14 +106,14 @@ In parrot mode the modem immediately return the message it just got. This featur

To set parrot mode:

1. Send `"P"` (0x72).
1. Send `"P"` (0x70).
2. Wait **1 second**.
3. Send `"P"` (0x72) again.
3. Send `"P"` (0x70) again.


To reset parrot mode:

1. Send `"p"` (0x72).
1. Send `"p"` (0x50).
2. Wait **1 second**.
3. Send `"p"` (0x72) again.
---
3. Send `"p"` (0x50) again.
---
Loading