|
|
|
@ -4145,9 +4145,9 @@ void transmit_callsign(char *callsign) {
|
|
|
|
print_string(id);
|
|
|
|
print_string(id);
|
|
|
|
|
|
|
|
|
|
|
|
if (!sr_frs_present) {
|
|
|
|
if (!sr_frs_present) {
|
|
|
|
Serial.println("before start");
|
|
|
|
// Serial.println("before start");
|
|
|
|
start_clockgen();
|
|
|
|
// start_clockgen();
|
|
|
|
Serial.println("after start");
|
|
|
|
// Serial.println("after start");
|
|
|
|
if (clockgen_present) {
|
|
|
|
if (clockgen_present) {
|
|
|
|
if (clockgen.setClockFSK(frequency_offset)) {
|
|
|
|
if (clockgen.setClockFSK(frequency_offset)) {
|
|
|
|
start_clockgen();
|
|
|
|
start_clockgen();
|
|
|
|
|