mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-06-28 08:37:31 -04:00
playlist: fix track_number out of range and a little fix and alittle ui change (#1142)
* fix playlist track_number out of range * implement pause * fix for review: compatibility for old PPL grammar
This commit is contained in:
parent
ec3cc7a859
commit
843880d22e
4 changed files with 60 additions and 36 deletions
|
@ -253,7 +253,6 @@ void ReplayAppView::on_target_frequency_changed(rf::Frequency f) {
|
|||
|
||||
void ReplayAppView::set_target_frequency(const rf::Frequency new_value) {
|
||||
persistent_memory::set_tuned_frequency(new_value);
|
||||
;
|
||||
}
|
||||
|
||||
rf::Frequency ReplayAppView::target_frequency() const {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue