mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-28 01:05:58 -04:00
Jammer ramp mode
Jammer range splitting, hopping. Only 1MHz wide splits for now.
This commit is contained in:
parent
66de53744e
commit
bcbad4629f
7 changed files with 148 additions and 37 deletions
|
@ -535,6 +535,11 @@ int main(void) {
|
|||
const auto message = static_cast<const TXDoneMessage*>(p);
|
||||
(void)message;
|
||||
};
|
||||
|
||||
context.message_map[Message::ID::Retune] = [](const Message* const p) {
|
||||
const auto message = static_cast<const RetuneMessage*>(p);
|
||||
(void)message;
|
||||
};
|
||||
|
||||
EventDispatcher event_dispatcher { &system_view, painter, context };
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue