Merges latest firmware into feature branch

This commit is contained in:
Jimi Sanchez
2022-09-19 17:35:28 -04:00
parent 958c9a1bfa
commit 040dded2a6
2 changed files with 5 additions and 0 deletions

View File

@@ -57,6 +57,7 @@ private:
uint32_t next_delay{};
};
std::deque<playlist_entry> playlist_db{};
std::deque<playlist_entry> playlist_masterdb{};
uint32_t sample_rate = 0;
int32_t tx_gain { 47 };
bool rf_amp { true }; // aux private var to store temporal, Replay App rf_amp user selection.