Fake R820T to enable gqrx gain control
This commit is contained in:
parent
edfe86793d
commit
78bb05cd1f
1 changed files with 1 additions and 1 deletions
|
@ -644,7 +644,7 @@ int main()
|
||||||
arg = __builtin_bswap32(arg);
|
arg = __builtin_bswap32(arg);
|
||||||
|
|
||||||
static const uint32_t header[3] = { __builtin_bswap32(0x52544c30),
|
static const uint32_t header[3] = { __builtin_bswap32(0x52544c30),
|
||||||
__builtin_bswap32(6),
|
__builtin_bswap32(5),
|
||||||
__builtin_bswap32(NUM_GAINS) };
|
__builtin_bswap32(NUM_GAINS) };
|
||||||
fwrite(header, sizeof header, 1, stdout);
|
fwrite(header, sizeof header, 1, stdout);
|
||||||
fflush(stdout);
|
fflush(stdout);
|
||||||
|
|
Loading…
Reference in a new issue