Came Atomo, fixes

This commit is contained in:
HTotoo
2023-12-09 21:00:34 +01:00
parent f3dc130165
commit 28d89fbb88
5 changed files with 146 additions and 1 deletions
+1 -1
View File
@@ -71,7 +71,7 @@ void WeatherProcessor::on_message(const Message* const message) {
}
void WeatherProcessor::configure(const SubGhzFPRxConfigureMessage& message) {
constexpr size_t decim_0_output_fs = baseband_fs / decim_0.decimation_factor;
// constexpr size_t decim_0_output_fs = baseband_fs / decim_0.decimation_factor; //unused
// constexpr size_t decim_1_output_fs = decim_0_output_fs / decim_1.decimation_factor; //unused
decim_0.configure(taps_200k_wfm_decim_0.taps);