boatbod / op25

Fork of osmocom OP25 by boatbod
311 stars 97 forks source link

frequency is not the same on web interface and cannot be changed #153

Closed Linuxuser1234 closed 2 years ago

Linuxuser1234 commented 2 years ago

so i have my local fire station 154.41500 programmed into op25 but when i launch the web interface its sho Screenshot 2022-05-15 170814 Screenshot 2022-05-15 170936 wing this frequency 0.000154 and i cannot change the frequency but it should be the same as from the terminal is

Linuxuser1234 commented 2 years ago

and yes i have tried to use skip and the arrows but the frequency didn't change

thetoivonen commented 2 years ago

Input frequency in Hz not MHz so change to 154.415e6

boatbod commented 2 years ago

If you specify the frequency on the command line (rather than in trunk.tsv) you need to specify it in Hz or use exponential nomenclature.

e.g. ./rx.py -f 154415000 or ./rx.py -f 154.415e6