mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-01 04:19:03 +00:00
Added missing files, ENUMed modulation modes
This commit is contained in:
@@ -50,7 +50,7 @@ WhistleView::~WhistleView() {
|
||||
}
|
||||
|
||||
void WhistleView::paint(Painter& painter) {
|
||||
|
||||
(void)painter;
|
||||
}
|
||||
|
||||
void WhistleView::whistle_th(void *arg) {
|
||||
@@ -72,7 +72,7 @@ WhistleView::WhistleView(
|
||||
msg_t mbox_buffer[3];
|
||||
chMBInit(&mbox, mbox_buffer, 3);
|
||||
|
||||
transmitter_model.set_modulation(17);
|
||||
transmitter_model.set_modulation(TX_TONE);
|
||||
transmitter_model.set_tuning_frequency(portapack::persistent_memory::tuned_frequency());
|
||||
|
||||
add_children({ {
|
||||
|
||||
Reference in New Issue
Block a user