From 5628758de0b42b247fb61904c4cee18ee0c2815c Mon Sep 17 00:00:00 2001 From: pdxlocations Date: Wed, 2 Apr 2025 22:14:24 -0700 Subject: [PATCH] add settings to readme --- README.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index f4e2ce9..45b463b 100644 --- a/README.md +++ b/README.md @@ -48,6 +48,7 @@ Optional arguments to specify a device to connect to and how. - `--port`, `--serial`, `-s`: The port to connect to via serial, e.g. `/dev/ttyUSB0`. - `--host`, `--tcp`, `-t`: The hostname or IP address to connect to using TCP, will default to localhost if no host is passed. - `--ble`, `-b`: The BLE device MAC address or name to connect to. +- `--settings`, `--set`, `--control`, `-c`: Launch directly into the settings. If no connection arguments are specified, the client will attempt a serial connection and then a TCP connection to localhost. @@ -61,4 +62,4 @@ contact --ble BlAddressOfDevice To quickly connect to localhost, use: ```sh contact -t -``` +``` \ No newline at end of file