We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello
net_io.c
Port 30003 output has Mode3A code in data stream as not zero padded
net_io.c: if (mm->bFlags & MODES_ACFLAGS_SQUAWK_VALID) {p += sprintf(p, ",%x", mm->modeA);}
Should have 4 places zero padded
Andrew
The text was updated successfully, but these errors were encountered:
Merge pull request antirez#117 from ertyu/ertyu-patch-1
42bf39e
Remove --net-fatsv-port from faup1090 help
No branches or pull requests
Hello
net_io.c
Port 30003 output has Mode3A code in data stream as not zero padded
net_io.c: if (mm->bFlags & MODES_ACFLAGS_SQUAWK_VALID) {p += sprintf(p, ",%x", mm->modeA);}
Should have 4 places zero padded
Andrew
The text was updated successfully, but these errors were encountered: