mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-01 11:06:30 -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
|
@ -65,10 +65,11 @@ struct POCSAGState {
|
|||
std::string output;
|
||||
};
|
||||
|
||||
const pocsag::BitRate pocsag_bitrates[3] = {
|
||||
const pocsag::BitRate pocsag_bitrates[4] = {
|
||||
pocsag::BitRate::FSK512,
|
||||
pocsag::BitRate::FSK1200,
|
||||
pocsag::BitRate::FSK2400
|
||||
pocsag::BitRate::FSK2400,
|
||||
pocsag::BitRate::FSK3200
|
||||
};
|
||||
|
||||
std::string bitrate_str(BitRate bitrate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue