From 96f634c1ff02254208d79dee66b3e6eec6908b47 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Tue, 8 Feb 2022 10:11:22 -0700 Subject: [PATCH] added ignore_incoming example --- docs/software/settings/misc.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) diff --git a/docs/software/settings/misc.md b/docs/software/settings/misc.md index 8213d61b..78aef6a2 100644 --- a/docs/software/settings/misc.md +++ b/docs/software/settings/misc.md @@ -224,9 +224,12 @@ If true, radio should not try to be smart about what packets to queue to the pho ]}> -:::info -Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. -::: + ```bash title="Enable ignore_incoming" + meshtastic --set ignore_incoming true + ``` + ```bash title="Disable ignore_incoming" + meshtastic --set ignore_incoming false + ```