--raw output format is now compatible with adsbhub.

This commit is contained in:
antirez 2013-01-05 14:30:23 +01:00
parent 7ca5a4b3a4
commit 1971ba9706

View file

@ -809,8 +809,9 @@ void displayModesMessage(struct modesMessage *mm) {
int j;
/* Show the raw message. */
printf("*");
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 */