mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-30 10:09:25 -04:00
Fix capture mode baseband_fs value.
This commit is contained in:
parent
09a39f780a
commit
28ca45326d
1 changed files with 2 additions and 1 deletions
|
@ -41,7 +41,8 @@ public:
|
|||
void on_message(const Message* const message) override;
|
||||
|
||||
private:
|
||||
static constexpr size_t baseband_fs = 2457600;
|
||||
// TODO: Repeated value needs to be transmitted from application side.
|
||||
static constexpr size_t baseband_fs = 4000000;
|
||||
static constexpr auto spectrum_rate_hz = 50.0f;
|
||||
|
||||
std::array<complex16_t, 512> dst;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue