mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-02-23 08:09:58 -05:00
Freqman 40k fix (#987)
* removing space which would prevent correct reading of 'bw=40k,' in freqman files * setting correct 4 char long size in WFM bandwidth options --------- Co-authored-by: GullCode <gullradriel@hotmail.com>
This commit is contained in:
parent
415d8cfa54
commit
2a4c49c38c
@ -100,7 +100,7 @@ private:
|
|||||||
};
|
};
|
||||||
OptionsField options_config {
|
OptionsField options_config {
|
||||||
{ 3 * 8, 0 * 16 },
|
{ 3 * 8, 0 * 16 },
|
||||||
3,
|
4,
|
||||||
{ // using common messages from freqman.cpp
|
{ // using common messages from freqman.cpp
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
@ -48,7 +48,7 @@ options_t freqman_entry_bandwidths[ 4 ] = {
|
|||||||
{ //WFM
|
{ //WFM
|
||||||
{ "200k" , 0 },
|
{ "200k" , 0 },
|
||||||
{ "180k" , 1 },
|
{ "180k" , 1 },
|
||||||
{ " 40k" , 2 },
|
{ "40k" , 2 },
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user