|
|
|
|
@ -4147,6 +4147,7 @@ void transmit_callsign(char *callsign) {
|
|
|
|
|
if (!sr_frs_present) {
|
|
|
|
|
start_clockgen();
|
|
|
|
|
|
|
|
|
|
if (clockgen_present) {
|
|
|
|
|
if (clockgen.setClockFSK(frequency_offset)) {
|
|
|
|
|
start_clockgen();
|
|
|
|
|
if (clockgen_present)
|
|
|
|
|
@ -4155,6 +4156,7 @@ void transmit_callsign(char *callsign) {
|
|
|
|
|
} else {
|
|
|
|
|
Serial.println("Config clock for CW without SR_FRS");
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
digitalWrite(PD_PIN, LOW); // disable SR_FRS
|
|
|
|
|
if (clockgen_present) {
|
|
|
|
|
clockgen.enableOutputs(false);
|
|
|
|
|
|