mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 19:56:40 +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:
@@ -48,7 +48,7 @@ options_t freqman_entry_bandwidths[ 4 ] = {
|
||||
{ //WFM
|
||||
{ "200k" , 0 },
|
||||
{ "180k" , 1 },
|
||||
{ " 40k" , 2 },
|
||||
{ "40k" , 2 },
|
||||
}
|
||||
};
|
||||
|
||||
|
Reference in New Issue
Block a user