mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-10-17 13:26:18 +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&) {
|
||||
button_touch = true;
|
||||
if(!transmitting) {
|
||||
button_touch = true;
|
||||
}
|
||||
};
|
||||
|
||||
transmitter_model.set_sampling_rate(sampling_rate);
|
||||
|
Reference in New Issue
Block a user