Closed c0d3rx closed 2 years ago
Maybe this is an issue in SDRangel because I think usually the frequencies in the API are in Hz. Edit: yes frequency band boundaries should be given in Hz: https://github.com/f4exb/sdrangel/blob/master/swagger/sdrangel/api/swagger/include/Structs.yaml#L19 I'll check that
Correction done in SDRangel
in https://github.com/f4exb/sdrangelcli/blob/master/src/app/device-details/sdrplay/sdrplay.component.ts
frequency bands reported by http://\<myserver>/sdrangel/deviceset/0/device/report
are already in khz, so there is no need to divide again by 1000
https://github.com/f4exb/sdrangelcli/blob/47a2a88def6166ae4fd080934c165f70c1294be1/src/app/device-details/sdrplay/sdrplay.component.ts#L162