display fox telem as hex

pull/26/head
alanbjohnston 7 years ago committed by GitHub
parent 935687812f
commit 7547db7fb0
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -432,6 +432,11 @@ int get_tlm_fox(char *str) {
tlm[4][A] = (int)((95.8 - temp)/1.48 + 0.5) % 100;
*/
}
for (count = 0; count < 64; count++) {
printf("%x", str[count]);
}
printf("\n");
return 0;
}

Loading…
Cancel
Save

Powered by TurnKey Linux.