From fc5b68e347bc54ffa15cb45692877a5aaf359b2d Mon Sep 17 00:00:00 2001 From: rcarteraz Date: Sun, 10 Mar 2024 21:47:45 -0700 Subject: [PATCH] update --ble on index --- docs/software/python-cli/index.mdx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/software/python-cli/index.mdx b/docs/software/python-cli/index.mdx index 5577fdee..691f81cf 100644 --- a/docs/software/python-cli/index.mdx +++ b/docs/software/python-cli/index.mdx @@ -440,10 +440,10 @@ meshtastic --test ### --ble BLE -BLE mac address to connect to (BLE is not yet supported for this tool). +Connect to a Meshtastic device using its BLE address or name. This option allows for wireless communication with the device, similar to how the `--host` option is used for TCP connections. ```shell title="Usage" -meshtastic --ble "83:38:92:32:37:48" +meshtastic --ble "device_name_or_address" --info ``` ### --noproto