mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-01 17:04:54 -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
5
firmware/application/external/external.cmake
vendored
5
firmware/application/external/external.cmake
vendored
|
|
@ -241,6 +241,10 @@ set(EXTCPPSRC
|
|||
#epirb_rx
|
||||
external/epirb_rx/main.cpp
|
||||
external/epirb_rx/ui_epirb_rx.cpp
|
||||
|
||||
#soundboard
|
||||
external/soundboard/main.cpp
|
||||
external/soundboard/soundboard_app.cpp
|
||||
)
|
||||
|
||||
set(EXTAPPLIST
|
||||
|
|
@ -302,4 +306,5 @@ set(EXTAPPLIST
|
|||
battleship
|
||||
ert
|
||||
epirb_rx
|
||||
soundboard
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue