mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-14 01:15:38 -04:00
Jammer bugfix: now produces all the right channels
This commit is contained in:
parent
7cb38f858e
commit
f0fbc356ad
16 changed files with 120 additions and 121 deletions
|
@ -706,13 +706,13 @@ public:
|
|||
class JammerConfigureMessage : public Message {
|
||||
public:
|
||||
constexpr JammerConfigureMessage(
|
||||
const uint32_t test
|
||||
const bool run
|
||||
) : Message { ID::JammerConfigure },
|
||||
test(test)
|
||||
run(run)
|
||||
{
|
||||
}
|
||||
|
||||
const uint32_t test;
|
||||
const bool run;
|
||||
};
|
||||
|
||||
class DTMFTXConfigMessage : public Message {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue