Skip to content
New issue

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

Shrinking Band Table #24

Open
simplio opened this issue Feb 8, 2023 · 0 comments
Open

Shrinking Band Table #24

simplio opened this issue Feb 8, 2023 · 0 comments

Comments

@simplio
Copy link

simplio commented Feb 8, 2023

I want to find out if it is going to hurt the radio in any way to shrink the band table to just this:

Band band[] = {
{FM_BAND_TYPE, 8400, 10800, 10570, 3, 0, "VHF"}, // FM 84-108 MHZ; default 105.7; step 3; bw auto
{LW_BAND_TYPE, 100, 520, 300, 1, 4, "LW"}, // LW
{MW_BAND_TYPE, 520, 1720, 810, 3, 4, "MW"}, // AM/MW from 520 to 1720kHz; default 810kHz; default step frequency index is 3 (10kHz); default bandwidth index is 4 (3kHz)
{SW_BAND_TYPE, 1700, 30000, 10000, 0, 5, "HFALL"}, //all HF use if you need an all freq band
};

Wanting to conserve space on it's little nano.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant