From b3e16d720178956be8115f07d4196e99678deee3 Mon Sep 17 00:00:00 2001 From: Foster Irwin Date: Thu, 27 May 2021 12:29:28 -0600 Subject: [PATCH] reconfigured examples --- website/docs/software/settings/misc.md | 69 ++++++++++++++++++++------ 1 file changed, 55 insertions(+), 14 deletions(-) diff --git a/website/docs/software/settings/misc.md b/website/docs/software/settings/misc.md index de1375dd..4e4063be 100644 --- a/website/docs/software/settings/misc.md +++ b/website/docs/software/settings/misc.md @@ -43,7 +43,11 @@ If set, this will disable the SerialConsole by not initilizing the StreamAPI. ## Examples -### debug_log_enabled +### Debug Log - Disable + +:::note +`debug_log_enabled` set to `false` is the default behavior. +::: + + + TODO + + + + +### Debug Log - Enable + + + + ```bash title="Example - Enable debug log" meshtastic --set debug_log_enabled true ``` @@ -72,7 +92,7 @@ If set, this will disable the SerialConsole by not initilizing the StreamAPI. -### factory_reset +### Factory reset -### frequency_offset +### Frequency Offset -### ignore_incoming +### Ignore Incoming -### serial_disabled +### Serial - Disable + + + TODO + + + + +### Serial - Enable + +:::note +`disable_serial` set to `false` is the default behavior. +::: + + + + + ```bash title="Example - Enable serial" + meshtastic --set disable_serial false + ```