turned off alt, added printf i and buffSize

pull/28/head
alanbjohnston 6 years ago committed by GitHub
parent aa627afcb4
commit d9f6cc0010
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -828,6 +828,8 @@ int get_tlm_fox() {
}
}
}
printf("\nValue of i after looping: %d Buffer Len: %d \n\n", i, buffSize);
// write_wav("transmit.wav", BUF_LEN, buffer, S_RATE);
// write_wav("transmit.wav", bufLen, buffer, S_RATE);
@ -919,8 +921,8 @@ int get_tlm_fox() {
socket_open = 0;
rpitxStatus = -1;
}
alt = (++alt) % 2;
printf("Alternate value is %d \n", alt);
// alt = (++alt) % 2;
// printf("Alternate value is %d \n", alt);
}
digitalWrite (0, HIGH);

Loading…
Cancel
Save

Powered by TurnKey Linux.