print phase

pull/202/head
alanbjohnston 3 years ago committed by GitHub
parent 33c9d85f16
commit 4f7e20d436
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -1313,7 +1313,7 @@ void get_tlm_fox() {
// Serial.print(" ");
/// if (mode == FSK) {
/// phase = ((data != 0) * 2) - 1;
// printf("Sending a %d\n", phase);
printf("Sending a %d\n", phase);
/// } else {
if (data == 0) {
phase *= -1;

Loading…
Cancel
Save

Powered by TurnKey Linux.