mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-13 15:41:59 +00:00
Added Pocsag bitrate
I added 3200 to the bitrates in pocsag per a user request on Facebook.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user