mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-03-01 06:07:20 +00: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…
x
Reference in New Issue
Block a user