mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-06 21:54:27 -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&) {
|
||||
button_touch = true;
|
||||
if(!transmitting) {
|
||||
button_touch = true;
|
||||
}
|
||||
};
|
||||
|
||||
transmitter_model.set_sampling_rate(sampling_rate);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue