mirror of
https://github.com/meshtastic/meshtastic.git
synced 2025-01-12 22:37:33 -08:00
add --ble-scan to index
This commit is contained in:
parent
fc5b68e347
commit
0204ff2a71
|
@ -446,6 +446,14 @@ Connect to a Meshtastic device using its BLE address or name. This option allows
|
||||||
meshtastic --ble "device_name_or_address" --info
|
meshtastic --ble "device_name_or_address" --info
|
||||||
```
|
```
|
||||||
|
|
||||||
|
### --ble-scan
|
||||||
|
|
||||||
|
Scan for available Meshtastic devices using BLE. This command lists discoverable devices, providing a convenient method to identify devices for connection via BLE.
|
||||||
|
|
||||||
|
```shell title="Usage"
|
||||||
|
meshtastic --ble-scan
|
||||||
|
```
|
||||||
|
|
||||||
### --noproto
|
### --noproto
|
||||||
|
|
||||||
Don't start the API, just function as a dumb serial terminal. Probably not very helpful from the command line. Used more for testing/internal needs.
|
Don't start the API, just function as a dumb serial terminal. Probably not very helpful from the command line. Used more for testing/internal needs.
|
||||||
|
|
Loading…
Reference in a new issue