added ignore_incoming example

This commit is contained in:
Foster Irwin 2022-02-08 10:11:22 -07:00
parent 14c2dfd2b5
commit 96f634c1ff

View file

@ -224,9 +224,12 @@ If true, radio should not try to be smart about what packets to queue to the pho
]}> ]}>
<TabItem value="cli"> <TabItem value="cli">
:::info ```bash title="Enable ignore_incoming"
Configuring this setting is not yet available for the selected platform. If this is incorrect please update the documentation for this page. meshtastic --set ignore_incoming true
::: ```
```bash title="Disable ignore_incoming"
meshtastic --set ignore_incoming false
```
</TabItem> </TabItem>
<TabItem value="android"> <TabItem value="android">