mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-06 05:34:50 -04:00
Added frequency manager skeleton, LCR alt encoding, GPS jammer
This commit is contained in:
parent
e15f659a6a
commit
966a758a0b
31 changed files with 485 additions and 110 deletions
|
@ -108,11 +108,11 @@ private:
|
|||
{ false, 0, 0 },
|
||||
{ false, 0, 0 }},
|
||||
|
||||
// Reims 164
|
||||
{{ true, 164000000 - 200000, 164000000 + 200000}, // BW: 400kHz
|
||||
{ false, 0, 0 },
|
||||
// GPS L1 & L2
|
||||
{{ true, 1575420000 - 50000, 1575420000 + 50000}, // BW: 100kHz
|
||||
{ true, 1227600000 - 50000, 1227600000 + 50000 }, // BW: 100kHz
|
||||
{ false, 0, 0 }}
|
||||
|
||||
|
||||
};
|
||||
|
||||
bool jamming = false;
|
||||
|
@ -185,7 +185,7 @@ private:
|
|||
{ "DECT ", 5 },
|
||||
{ "Optifib ", 6 },
|
||||
{ "ISM 433 ", 7 },
|
||||
{ "Reims ", 8 },
|
||||
{ "GPS ", 8 },
|
||||
}
|
||||
};
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue