Changing filter on ble rx. Seems to work better? (#1568)

This commit is contained in:
Netro 2023-11-08 13:22:57 -05:00 committed by GitHub
parent bc71238046
commit bbd1a5a2ef
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -518,7 +518,7 @@ void BTLERxProcessor::on_message(const Message* const message) {
void BTLERxProcessor::configure(const BTLERxConfigureMessage& message) {
channel_number = message.channel_number;
decim_0.configure(taps_200k_wfm_decim_0.taps);
decim_0.configure(taps_200k_decim_0.taps);
demod.configure(48000, 5000);
configured = true;