mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-11 09:09:29 +00:00
Added frequency manager skeleton, LCR alt encoding, GPS jammer
This commit is contained in:
@@ -34,6 +34,7 @@
|
||||
#include "proc_epar.hpp"
|
||||
#include "proc_fsk_lcr.hpp"
|
||||
#include "proc_rds.hpp"
|
||||
#include "proc_jammer.hpp"
|
||||
|
||||
#include "rssi.hpp"
|
||||
#include "i2s.hpp"
|
||||
@@ -128,6 +129,7 @@ BasebandProcessor* BasebandThread::create_processor(const int32_t mode) {
|
||||
case 3: return new LCRFSKProcessor();
|
||||
case 4: return new EPARProcessor();
|
||||
case 5: return new RDSProcessor();
|
||||
case 6: return new JammerProcessor();
|
||||
default: return nullptr;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user