Update main.c basic program_radio

beta-v1.3.1-freq
Alan Johnston 2 years ago committed by GitHub
parent 4fdda4c1c3
commit c52d0f9666
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -2221,7 +2221,9 @@ if ((uart_fd = serialOpen("/dev/ttyAMA0", 9600)) >= 0) { // was 9600
char sq_string[2];
sq_string[0] = '0' + squelch;
sq_string[1] = 0;
// serialPrintf(uart_fd, uhf_string);
serialPrintf(uart_fd, uhf_string);
/*
serialPrintf(uart_fd, uhf_string1a);
serialPrintf(uart_fd, tx);
serialPrintf(uart_fd, comma);
@ -2229,6 +2231,7 @@ if ((uart_fd = serialOpen("/dev/ttyAMA0", 9600)) >= 0) { // was 9600
serialPrintf(uart_fd, uhf_string1b);
serialPrintf(uart_fd, sq_string);
serialPrintf(uart_fd, uhf_string2);
*/
// mySerial.println("AT+DMOSETGROUP=0,435.1000,434.9900,0,3,0,0\r"); // squelch set to 3
//#endif

Loading…
Cancel
Save

Powered by TurnKey Linux.