mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-10 16:49:36 +00:00
Minor bug fix
- Key press & touch isolation
This commit is contained in:
@@ -397,7 +397,9 @@ MicTXView::MicTXView(
|
|||||||
};
|
};
|
||||||
|
|
||||||
tx_button.on_touch_press = [this](Button&) {
|
tx_button.on_touch_press = [this](Button&) {
|
||||||
button_touch = true;
|
if(!transmitting) {
|
||||||
|
button_touch = true;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
transmitter_model.set_sampling_rate(sampling_rate);
|
transmitter_model.set_sampling_rate(sampling_rate);
|
||||||
|
|||||||
Reference in New Issue
Block a user