From ad7c912f39f0c0970ab41b9757b893ad849e392a Mon Sep 17 00:00:00 2001 From: watts Date: Sat, 28 Mar 2026 13:57:57 +0100 Subject: [PATCH] Update Setup Computer Debian 13 --- Setup-Computer-Debian-13.md | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Setup-Computer-Debian-13.md b/Setup-Computer-Debian-13.md index 38f029d..8b7c7ef 100644 --- a/Setup-Computer-Debian-13.md +++ b/Setup-Computer-Debian-13.md @@ -156,9 +156,10 @@ cd ~/work/stxm/build/PixelatorController # run GUI in 2nd Terminal cd ~/work/stxm/build/PixelatorGUI -./scripts/PixelatorGUI-nH # -nH for no Hardware uses Ports 56561 and 56562 +./scripts/PixelatorGUI-nH # -nH for no Hardware ``` +Note that the no-hardware version of PixelatorGUI uses ports 56561 and 56562 by default. To configure the ports (need to match those configured for PixelatorController), edit the `[Resource]` section at the beggining of the `*.ini` files in `build/PixelatorGUI/etc/`. - compile Orocos modules ```