mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-20 12:54:33 -04:00
Fix tuning of 2170-2300 and 2700-2740 MHz (#1819)
This commit is contained in:
parent
41ec11fb66
commit
d1901939e1
1 changed files with 2 additions and 7 deletions
|
@ -33,10 +33,10 @@ namespace max283x {
|
||||||
namespace lo {
|
namespace lo {
|
||||||
|
|
||||||
constexpr std::array<rf::FrequencyRange, 4> band{{
|
constexpr std::array<rf::FrequencyRange, 4> band{{
|
||||||
{2300000000, 2400000000},
|
{2170000000, 2400000000},
|
||||||
{2400000000, 2500000000},
|
{2400000000, 2500000000},
|
||||||
{2500000000, 2600000000},
|
{2500000000, 2600000000},
|
||||||
{2600000000, 2700000000},
|
{2600000000, 2740000000},
|
||||||
}};
|
}};
|
||||||
|
|
||||||
} /* namespace lo */
|
} /* namespace lo */
|
||||||
|
@ -48,11 +48,6 @@ namespace lna {
|
||||||
constexpr range_t<int8_t> gain_db_range{0, 40};
|
constexpr range_t<int8_t> gain_db_range{0, 40};
|
||||||
constexpr int8_t gain_db_step = 8;
|
constexpr int8_t gain_db_step = 8;
|
||||||
|
|
||||||
constexpr std::array<rf::FrequencyRange, 2> band{{
|
|
||||||
{2300000000, 2500000000},
|
|
||||||
{2500000000, 2700000000},
|
|
||||||
}};
|
|
||||||
|
|
||||||
} /* namespace lna */
|
} /* namespace lna */
|
||||||
|
|
||||||
/*************************************************************************/
|
/*************************************************************************/
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue