mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-22 13:01:00 -05:00
move soundbrd app external (#2756)
This commit is contained in:
parent
3f7b59f27e
commit
6e33007cb6
11 changed files with 113 additions and 58 deletions
|
|
@ -71,7 +71,6 @@
|
|||
#include "ble_tx_app.hpp"
|
||||
#include "capture_app.hpp"
|
||||
#include "pocsag_app.hpp"
|
||||
#include "soundboard_app.hpp"
|
||||
|
||||
#include "core_control.hpp"
|
||||
#include "file.hpp"
|
||||
|
|
@ -142,7 +141,6 @@ const NavigationView::AppList NavigationView::appList = {
|
|||
{"ooktx", "OOK", TX, ui::Color::yellow(), &bitmap_icon_remote, new ViewFactory<EncodersView>()},
|
||||
{"pocsagtx", "POCSAG TX", TX, ui::Color::green(), &bitmap_icon_pocsag, new ViewFactory<POCSAGTXView>()},
|
||||
{"rdstx", "RDS", TX, ui::Color::green(), &bitmap_icon_rds, new ViewFactory<RDSView>()},
|
||||
{"soundbrd", "Soundbrd", TX, ui::Color::green(), &bitmap_icon_soundboard, new ViewFactory<SoundBoardView>()},
|
||||
{"touchtune", "TouchTune", TX, ui::Color::green(), &bitmap_icon_touchtunes, new ViewFactory<TouchTunesView>()},
|
||||
{"signalgen", "SignalGen", TX, Color::green(), &bitmap_icon_cwgen, new ViewFactory<SigGenView>()},
|
||||
/* TRX ********************************************************************/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue