mirror of
https://github.com/eried/portapack-mayhem.git
synced 2024-10-01 01:26:06 -04:00
Minor bug fix
- Key press & touch isolation
This commit is contained in:
parent
911eb36210
commit
7d6fb56c7e
@ -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…
Reference in New Issue
Block a user