fixed print

pull/202/head
alanbjohnston 3 years ago committed by GitHub
parent 5a33d279cd
commit df8f45fd30
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);
Serial.printf("Sending a %d\n", phase);
/// } else {
if (data == 0) {
phase *= -1;

Loading…
Cancel
Save

Powered by TurnKey Linux.