From ec674a80c0efbbb2daca49dae0df0e55fe165986 Mon Sep 17 00:00:00 2001 From: Alan Johnston Date: Thu, 5 Feb 2026 14:20:38 -0500 Subject: [PATCH] Update update change BBS callsign to -12 --- update | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/update b/update index 88918ed9..a9188a67 100755 --- a/update +++ b/update @@ -336,7 +336,7 @@ if [ ! -d "/home/pi/pi_pacsat" ]; then set -- $value echo "bit_rate=9600" > pacsat.config - echo "bbs_callsign=$1" >> pacsat.config + echo "bbs_callsign=$1-12" >> pacsat.config echo "broadcast_callsign=$1-11" >> pacsat.config echo "digi_callsign=$1-1" >> pacsat.config echo "max_frames_in_tx_buffer=5" >> pacsat.config