mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-06 05:34:50 -04:00
Added missing files, ENUMed modulation modes
This commit is contained in:
parent
9b8b8cc83f
commit
3477a2691a
34 changed files with 583 additions and 98 deletions
|
@ -50,7 +50,7 @@ JammerView::~JammerView() {
|
|||
}
|
||||
|
||||
void JammerView::paint(Painter& painter) {
|
||||
|
||||
(void)painter;
|
||||
}
|
||||
|
||||
void JammerView::updfreq(uint8_t id, rf::Frequency f) {
|
||||
|
@ -169,7 +169,7 @@ JammerView::JammerView(
|
|||
.foreground = Color::grey(),
|
||||
};
|
||||
|
||||
transmitter_model.set_modulation(18);
|
||||
transmitter_model.set_modulation(TX_JAMMER);
|
||||
|
||||
add_children({ {
|
||||
&text_type,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue