mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-12-11 09:12:22 +00:00
Merges latest firmware into feature branch
This commit is contained in:
@@ -62,6 +62,7 @@ void PlaylistView::set_ready() {
|
||||
txtline_process(line);
|
||||
}
|
||||
}
|
||||
playlist_masterdb = playlist_db;
|
||||
return ;
|
||||
}
|
||||
|
||||
@@ -215,6 +216,9 @@ void PlaylistView::stop(const bool do_loop) {
|
||||
if (do_loop) {
|
||||
if (playlist_db.size() > 0 ) {
|
||||
start();
|
||||
} else {
|
||||
playlist_db = playlist_masterdb;
|
||||
start();
|
||||
}
|
||||
} else {
|
||||
radio::set_antenna_bias(false); //Turn off Bias Tee
|
||||
|
||||
Reference in New Issue
Block a user