mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-07-27 08:46:01 -04:00
Add audio playback ability to WAV Viewer app (#1829)
This commit is contained in:
parent
8068517808
commit
125184f300
10 changed files with 211 additions and 35 deletions
|
@ -113,6 +113,7 @@ bool save_settings(std::string_view store_name, const SettingBindings& bindings)
|
|||
namespace app_settings {
|
||||
|
||||
enum class Mode : uint8_t {
|
||||
NO_RF = 0x00,
|
||||
RX = 0x01,
|
||||
TX = 0x02,
|
||||
RX_TX = 0x03, // Both TX/RX
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue