From 1c1d2367d3aac1a1d06c75550678a175371ae0c5 Mon Sep 17 00:00:00 2001 From: David Schmenk Date: Sat, 1 Apr 2023 08:31:24 -0700 Subject: [PATCH] Make USB RS232 dongle default connection --- debian/a2pi.default | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/debian/a2pi.default b/debian/a2pi.default index 6f826f7..9eda87c 100755 --- a/debian/a2pi.default +++ b/debian/a2pi.default @@ -8,5 +8,5 @@ # Additional options that are passed to the Daemon. # If you are not using the default serial port /dev/ttyAMA0, enter it here. -# A2PID_OPTS="/dev/ttyUSB0" -A2PID_OPTS="" +A2PID_OPTS="/dev/ttyUSB0" +# A2PID_OPTS=""