Update main.c changed to DTMF_APRS

release
Alan Johnston 1 year ago committed by GitHub
parent e1bd819090
commit c35cf6f44e
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -91,7 +91,7 @@ int main(int argc, char * argv[]) {
c2cStatus = CARRIER; c2cStatus = CARRIER;
} else { } else {
fprintf(stderr,"Command and control DTMF or APRS is ON\n"); fprintf(stderr,"Command and control DTMF or APRS is ON\n");
c2cStatus = DTMF-APRS; c2cStatus = DTMF_APRS;
} }
} }
printf("c2cStatus: %d \n", c2cStatus); printf("c2cStatus: %d \n", c2cStatus);
@ -931,9 +931,9 @@ int main(int argc, char * argv[]) {
c2cStatus = CARRIER; c2cStatus = CARRIER;
} }
} else { } else {
if (c2cStatus != DTMF-APRS) { if (c2cStatus != DTMF_APRS) {
fprintf(stderr,"Command and control DTMF or APRS is ON\n"); fprintf(stderr,"Command and control DTMF or APRS is ON\n");
c2cStatus = DTMF-APRS; c2cStatus = DTMF_APRS;
} }
} }
} }

Loading…
Cancel
Save

Powered by TurnKey Linux.