From d14e8b0f76e8065d6dee4d833e4b50e992afbb5b Mon Sep 17 00:00:00 2001 From: wl-estensd <142801766+wl-estensd@users.noreply.github.com> Date: Wed, 26 Aug 2026 15:43:01 +0200 Subject: [PATCH] Update modem-m16-protocol.md Corrected hex value --- docs/modem-m16/modem-m16-protocol.md | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/docs/modem-m16/modem-m16-protocol.md b/docs/modem-m16/modem-m16-protocol.md index 474c79d9..1169f671 100644 --- a/docs/modem-m16/modem-m16-protocol.md +++ b/docs/modem-m16/modem-m16-protocol.md @@ -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. ---- \ No newline at end of file +3. Send `"p"` (0x50) again. +---