-
Notifications
You must be signed in to change notification settings - Fork 12
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
Band list. #15
Comments
Try looking here Lines 243 to 272 in 8fd52cf
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Vincent I want to thank you for the excellent work you did with the swling.ru firmware!
I'm asking you about the list of bands that the originals firmware had with this format:
Band band[] = {
{FM_BAND_TYPE, 8700, 10800, 9830, 3, 0, "FM"}, // FM 87-108 MHZ; default 98.3; step 3; bw auto
{LW_BAND_TYPE, 100, 520, 300, 1, 4, "LW"}, // LW
{MW_BAND_TYPE, 520, 1720, 810, 3, 5, "MW"}, // AM/MW
{SW_BAND_TYPE, 1700, 2000, 1850, 0, 5, "160M"}, // 160 meters HAM
{SW_BAND_TYPE, 2000, 3200, 2250, 1, 4, "120SW"}, // 120 meters BC
{SW_BAND_TYPE, 3200, 3500, 3300, 1, 4, "90SW"}, // 90 meters BC
.....
I would like to change the limits of each band.
The name of each band is interesting, for example 40M or 49SW
Thanks!!
Luciano LU1DLP
The text was updated successfully, but these errors were encountered: