added PD High and PTT low to program_radio

pull/220/head
alanbjohnston 3 years ago committed by GitHub
parent 75e308d475
commit 74986c322c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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);

Loading…
Cancel
Save

Powered by TurnKey Linux.