SI4735 icon indicating copy to clipboard operation
SI4735 copied to clipboard

Shrinking Band Table

Open simplio opened this issue 1 year ago • 0 comments

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.

simplio avatar Feb 08 '23 05:02 simplio