mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-05 05:04:27 -04:00
Use TPMS sampling_rate variable instead of literal.
This commit is contained in:
parent
f5cdf8ed76
commit
692a262f41
1 changed files with 1 additions and 1 deletions
|
@ -249,7 +249,7 @@ TPMSAppView::TPMSAppView(NavigationView&) {
|
|||
|
||||
BasebandConfigurationMessage message { {
|
||||
.mode = 5,
|
||||
.sampling_rate = 2457600,
|
||||
.sampling_rate = sampling_rate,
|
||||
.decimation_factor = 1,
|
||||
} };
|
||||
shared_memory.baseband_queue.push(message);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue