--raw output format is now compatible with adsbhub.
This commit is contained in:
parent
7ca5a4b3a4
commit
1971ba9706
|
@ -809,8 +809,9 @@ void displayModesMessage(struct modesMessage *mm) {
|
||||||
int j;
|
int j;
|
||||||
|
|
||||||
/* Show the raw message. */
|
/* Show the raw message. */
|
||||||
|
printf("*");
|
||||||
for (j = 0; j < mm->msgbits/8; j++) printf("%02x", mm->msg[j]);
|
for (j = 0; j < mm->msgbits/8; j++) printf("%02x", mm->msg[j]);
|
||||||
printf("\n");
|
printf(";\n");
|
||||||
|
|
||||||
if (Modes.raw) return; /* Enough for --raw mode */
|
if (Modes.raw) return; /* Enough for --raw mode */
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue