From 1a9dcf8cd154e3556ab13f4eb79a400b83ff067f Mon Sep 17 00:00:00 2001 From: "torlando-agent[bot]" <281092095+torlando-agent[bot]@users.noreply.github.com> Date: Sat, 1 Aug 2026 14:18:38 +0000 Subject: [PATCH] docs: sanitize voice harness endpoint example --- tools/voice_test/README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/voice_test/README.md b/tools/voice_test/README.md index 8a23bc8a..207e7b7b 100644 --- a/tools/voice_test/README.md +++ b/tools/voice_test/README.md @@ -61,7 +61,7 @@ T-Deck serial hooks to verify: Build the test firmware with the Mac TCP server baked in, then upload it: ```bash -export PYXIS_TEST_TCP_HOST=10.0.0.145 PYXIS_TEST_TCP_PORT=4242 +export PYXIS_TEST_TCP_HOST="" PYXIS_TEST_TCP_PORT=4242 /opt/homebrew/bin/pio run -e tdeck -t upload --upload-port /dev/cu.usbmodem101 ```