mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-01-09 05:43:37 +00:00
Fix tuning of 2170-2300 and 2700-2740 MHz (#1819)
This commit is contained in:
parent
41ec11fb66
commit
d1901939e1
@ -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…
x
Reference in New Issue
Block a user