mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-11-15 23:15:09 +00: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:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user