fixed AMSAT callsign rewrite

pull/183/head
alanbjohnston 3 years ago committed by GitHub
parent 3ed34a33a0
commit 91aaaf1c5c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -156,7 +156,7 @@ void setup() {
/**/
Serial.println("Transmitting callsign");
strcpy(callsign, call);
// strcpy(callsign, call);
if (mode != CW)
transmit_callsign(callsign);
sleep(5.0);

Loading…
Cancel
Save

Powered by TurnKey Linux.