From 74986c322c72a322389e9f696e7266e1fa5055ea Mon Sep 17 00:00:00 2001 From: alanbjohnston Date: Tue, 6 Sep 2022 09:43:01 -0400 Subject: [PATCH] added PD High and PTT low to program_radio --- cubesatsim/cubesatsim.ino | 3 +++ 1 file changed, 3 insertions(+) diff --git a/cubesatsim/cubesatsim.ino b/cubesatsim/cubesatsim.ino index a83babb7..703ef5e0 100644 --- a/cubesatsim/cubesatsim.ino +++ b/cubesatsim/cubesatsim.ino @@ -4231,6 +4231,9 @@ void set_lat_lon() { void program_radio() { + digitalWrite(PD_PIN, HIGH); // enable SR_FRS + digitalWrite(PTT_PIN, HIGH); // stop transmit + DumbTXSWS mySerial(SWTX_PIN); // TX pin mySerial.begin(9600);