mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2024-12-13 03:34:35 +00: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 {
|
||||
{ 3 * 8, 0 * 16 },
|
||||
3,
|
||||
4,
|
||||
{ // using common messages from freqman.cpp
|
||||
}
|
||||
};
|
||||
|
@ -48,7 +48,7 @@ options_t freqman_entry_bandwidths[ 4 ] = {
|
||||
{ //WFM
|
||||
{ "200k" , 0 },
|
||||
{ "180k" , 1 },
|
||||
{ " 40k" , 2 },
|
||||
{ "40k" , 2 },
|
||||
}
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user