mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Use TPMS sampling_rate variable instead of literal.
This commit is contained in:
parent
f5cdf8ed76
commit
692a262f41
@ -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…
Reference in New Issue
Block a user