mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-09 15:12:35 -04:00
Minor bug fix
- Key press & touch isolation
This commit is contained in:
parent
911eb36210
commit
7d6fb56c7e
1 changed files with 3 additions and 1 deletions
|
@ -397,7 +397,9 @@ MicTXView::MicTXView(
|
||||||
};
|
};
|
||||||
|
|
||||||
tx_button.on_touch_press = [this](Button&) {
|
tx_button.on_touch_press = [this](Button&) {
|
||||||
|
if(!transmitting) {
|
||||||
button_touch = true;
|
button_touch = true;
|
||||||
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
transmitter_model.set_sampling_rate(sampling_rate);
|
transmitter_model.set_sampling_rate(sampling_rate);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue