diff --git a/docs/configuration/module-config/telemetry.mdx b/docs/configuration/module-config/telemetry.mdx index 5a0abcff..73b2da1f 100644 --- a/docs/configuration/module-config/telemetry.mdx +++ b/docs/configuration/module-config/telemetry.mdx @@ -114,8 +114,8 @@ All telemetry module config options are available in the python CLI. Example com Because the device will reboot after each command is sent via CLI, it is recommended when setting multiple values in a config section that commands be chained together as one. ```shell title="Example:" -meshtastic --set telemetry.device_update_interval 0 --set telemetry.device_update_interval 0 -```` +meshtastic --set telemetry.device_update_interval 0 --set telemetry.environment_update_interval 0 +``` :::