mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-13 20:22:22 -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
|
@ -155,9 +155,9 @@ void set_adsb() {
|
|||
send_message(&message);
|
||||
}
|
||||
|
||||
void set_jammer() {
|
||||
void set_jammer(const bool run) {
|
||||
const JammerConfigureMessage message {
|
||||
1
|
||||
run
|
||||
};
|
||||
send_message(&message);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue