mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 16:07:43 +00:00
Use TPMS sampling_rate variable instead of literal.
This commit is contained in:
@@ -249,7 +249,7 @@ TPMSAppView::TPMSAppView(NavigationView&) {
|
|||||||
|
|
||||||
BasebandConfigurationMessage message { {
|
BasebandConfigurationMessage message { {
|
||||||
.mode = 5,
|
.mode = 5,
|
||||||
.sampling_rate = 2457600,
|
.sampling_rate = sampling_rate,
|
||||||
.decimation_factor = 1,
|
.decimation_factor = 1,
|
||||||
} };
|
} };
|
||||||
shared_memory.baseband_queue.push(message);
|
shared_memory.baseband_queue.push(message);
|
||||||
|
Reference in New Issue
Block a user