Added missing files, ENUMed modulation modes

This commit is contained in:
furrtek 2016-01-05 11:47:46 +01:00
parent 9b8b8cc83f
commit 3477a2691a
34 changed files with 583 additions and 98 deletions

View file

@ -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,