fsphil / hacktv

Analogue TV transmitter for the HackRF

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No frequency above 4 294 967 295 hz

neo7530 opened this issue · comments

I have an issue on some machines that I can't get above 4 294 967 295 hz transmitting frequency. That's 0XFFFFFFFF => 32bit. On my Linux machine it works well above that frequency. e.g. 5.837Ghz... There must be some overflow in conversion.

gcc version, 32/64-bit, OS version?

gcc (Raspbian 8.3.0-6+rpi1) 8.3.0
64bit os

I've pushed a small tweak to the frequency parsing, can you try it now?

Now it works perfect :)