Compare commits

...

3 Commits

Author SHA1 Message Date
David Schmenk 2b3257602b Update to PLASMA 2.0 releaseA 2023-04-01 08:44:22 -07:00
David Schmenk 8941a58e0a
Make USB RS232 dongle the default connection 2023-04-01 08:32:31 -07:00
David Schmenk 1c1d2367d3
Make USB RS232 dongle default connection 2023-04-01 08:31:24 -07:00
3 changed files with 3 additions and 3 deletions

4
debian/a2pi.default vendored
View File

@ -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=""

Binary file not shown.

View File

@ -9,7 +9,7 @@ SHAREDIR=$(DESTDIR)/usr/share/a2pi
endif
BIN=a2joy a2joymou a2joypad a2mon a2term fusea2pi a2pidcmd dskread dskwrite bload brun nibread dskformat eddread
SBIN=a2pid
A2PIDEFS=-DSETSERCLK
# A2PIDEFS=-DSETSERCLK
all: $(BIN) $(SBIN)