Adding the 3 x WFM BW filters to Mic App (#976)

adding the 3 x WFM BW filters to Mic App and other minor msg correction and adding comments to code
This commit is contained in:
Brumi-2021 2023-05-11 22:45:32 +02:00 committed by GitHub
parent 3c2fc74f82
commit f9fdeb3419
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 21 additions and 17 deletions

View file

@ -54,7 +54,7 @@ private:
OptionsField options_config {
{ 3 * 8, 0 * 16 },
5,
{
{ // using common messages from freqman.cpp
}
};
};
@ -71,7 +71,7 @@ private:
OptionsField options_config {
{ 3 * 8, 0 * 16 },
4,
{
{ // using common messages from freqman.cpp
}
};
@ -101,7 +101,7 @@ private:
OptionsField options_config {
{ 3 * 8, 0 * 16 },
3,
{
{ // using common messages from freqman.cpp
}
};
};