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
const fobos_rx_band_param_t fobos_rx_bands[] = { { .idx = 0, .freq_mhz_min = 50, .freq_mhz_max = 2200, .preselect = FOBOS_PRESELECT_LOWPASS, .if_filter = FOBOS_IF_FILTER_LOW, .if_freq_mhz = FOBOS_IF_FREQ_2350, .rffc507x_enabled = 1, .rffc507x_inject = FOBOS_INJECT_LOW, .swap_iq = 1,
Currently the lowest band limit is 50 MHz Thank you
The text was updated successfully, but these errors were encountered:
No branches or pull requests
const fobos_rx_band_param_t fobos_rx_bands[] =
{
{
.idx = 0,
.freq_mhz_min = 50,
.freq_mhz_max = 2200,
.preselect = FOBOS_PRESELECT_LOWPASS,
.if_filter = FOBOS_IF_FILTER_LOW,
.if_freq_mhz = FOBOS_IF_FREQ_2350,
.rffc507x_enabled = 1,
.rffc507x_inject = FOBOS_INJECT_LOW,
.swap_iq = 1,
Currently the lowest band limit is 50 MHz
Thank you
The text was updated successfully, but these errors were encountered: