From 2ef43b7dceddfc1fb945f93f43d48af83cd04e9f Mon Sep 17 00:00:00 2001 From: andrekir Date: Thu, 20 Jan 2022 15:19:24 -0300 Subject: [PATCH] update --setchan to --ch-set at radio-settings --- docs/developers/device/radio-settings.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/developers/device/radio-settings.md b/docs/developers/device/radio-settings.md index ed49a598..7dba5ccb 100644 --- a/docs/developers/device/radio-settings.md +++ b/docs/developers/device/radio-settings.md @@ -75,7 +75,7 @@ Note: The link budget used by these calculations assumes a transmit power of 17d You may want to select other channels for your usage. The other settings can be set by using the Python API. ```bash -meshtastic --setchan spread_factor 10 --setchan coding_rate 4 --setchan bandwidth 125 --ch-index 0 +meshtastic --ch-set spread_factor 10 --ch-set coding_rate 4 --ch-set bandwidth 125 --ch-index 0 ``` After applying the settings, you will need to restart the device. After your device is restarted, it will generate a new crypto key and you will need to share the newly generated QR Code or URL to all your other devices.