From 38007bd218f5b540cecf2787d5f5a4a272892c45 Mon Sep 17 00:00:00 2001 From: matyaskrizek <54570008+matyaskrizek@users.noreply.github.com> Date: Tue, 11 Oct 2022 16:41:59 -0700 Subject: [PATCH 1/2] Updated set-canned-messages. Removing last pipe from meshtastic --set-canned-message "I need an alpinist!|Call Me|Roger Roger|Keep Calm|On my way|". --- docs/settings/moduleconfig/canned-message.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings/moduleconfig/canned-message.mdx b/docs/settings/moduleconfig/canned-message.mdx index faaea928..7fcaf2e3 100644 --- a/docs/settings/moduleconfig/canned-message.mdx +++ b/docs/settings/moduleconfig/canned-message.mdx @@ -131,7 +131,7 @@ meshtastic --set canned_message.send_bell false ``` ```shell title="Set Messages" -meshtastic --set-canned-message "I need an alpinist!|Call Me|Roger Roger|Keep Calm|On my way|" +meshtastic --set-canned-message "I need an alpinist!|Call Me|Roger Roger|Keep Calm|" ``` ```shell title="Set Input Source" From 14aa900177ad9d5732c994afa3e506628446ed22 Mon Sep 17 00:00:00 2001 From: Matyas Krizek <54570008+matyaskrizek@users.noreply.github.com> Date: Tue, 11 Oct 2022 17:03:23 -0700 Subject: [PATCH 2/2] restored previous message, removed trailing pipe. --- docs/settings/moduleconfig/canned-message.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/settings/moduleconfig/canned-message.mdx b/docs/settings/moduleconfig/canned-message.mdx index 7fcaf2e3..42243a8f 100644 --- a/docs/settings/moduleconfig/canned-message.mdx +++ b/docs/settings/moduleconfig/canned-message.mdx @@ -131,7 +131,7 @@ meshtastic --set canned_message.send_bell false ``` ```shell title="Set Messages" -meshtastic --set-canned-message "I need an alpinist!|Call Me|Roger Roger|Keep Calm|" +meshtastic --set-canned-message "I need an alpinist!|Call Me|Roger Roger|Keep Calm|On my way" ``` ```shell title="Set Input Source"