mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 22:52:27 -04:00
Detector RX ext app (#2673)
This commit is contained in:
parent
2602c417be
commit
f90bd44617
6 changed files with 479 additions and 0 deletions
5
firmware/application/external/external.cmake
vendored
5
firmware/application/external/external.cmake
vendored
|
@ -212,6 +212,10 @@ set(EXTCPPSRC
|
|||
#gfxEQ
|
||||
external/gfxeq/main.cpp
|
||||
external/gfxeq/ui_gfxeq.cpp
|
||||
|
||||
#detector_rx
|
||||
external/detector_rx/main.cpp
|
||||
external/detector_rx/ui_detector_rx.cpp
|
||||
)
|
||||
|
||||
set(EXTAPPLIST
|
||||
|
@ -266,4 +270,5 @@ set(EXTAPPLIST
|
|||
scanner
|
||||
level
|
||||
gfxeq
|
||||
detector_rx
|
||||
)
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue