mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-13 12:12:16 -04:00
Finished jammer modes
Shaved off a few kBs by using the Labels widget
This commit is contained in:
parent
d12cd0d8af
commit
4e8980e5d8
26 changed files with 232 additions and 304 deletions
|
@ -166,7 +166,7 @@ void set_adsb() {
|
|||
send_message(&message);
|
||||
}
|
||||
|
||||
void set_jammer(const bool run, const uint32_t type, const uint32_t speed) {
|
||||
void set_jammer(const bool run, const jammer::JammerType type, const uint32_t speed) {
|
||||
const JammerConfigureMessage message {
|
||||
run,
|
||||
type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue