goshante / ats20_ats_ex

Advanced and re-imagined firmware for ATS-20 Receiver based on Si4735 (or Si4732). Прошивка с расширенным функционалом.
MIT License
40 stars 10 forks source link

Band list. #15

Open Luciano77ARG opened 2 months ago

Luciano77ARG commented 2 months ago

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_BANDTYPE, 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

rogerclarkmelbourne commented 2 weeks ago

Try looking here

https://github.com/goshante/ats20_ats_ex/blob/8fd52cf73496fd3bdf0c7660bb317c44c70d75fd/ATS_EX/globals.h#L243-L272