mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-22 05:44:31 -04:00
Added Pocsag bitrate
I added 3200 to the bitrates in pocsag per a user request on Facebook.
This commit is contained in:
parent
4f90c5efee
commit
62c1e4e028
3 changed files with 7 additions and 4 deletions
|
@ -90,7 +90,8 @@ private:
|
|||
{
|
||||
{ "512bps ", 0 },
|
||||
{ "1200bps", 1 },
|
||||
{ "2400bps", 2 }
|
||||
{ "2400bps", 2 },
|
||||
{ "3200bps", 3 }
|
||||
}
|
||||
};
|
||||
OptionsField options_phase {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue