mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-06 09:01:57 +00:00
Added missing files, ENUMed modulation modes
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user