mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-12-09 21:16:25 -05:00
FM Radio ext app (#2428)
This commit is contained in:
parent
42da7443b4
commit
fff63e056a
5 changed files with 415 additions and 0 deletions
6
firmware/application/external/external.cmake
vendored
6
firmware/application/external/external.cmake
vendored
|
|
@ -134,6 +134,11 @@ set(EXTCPPSRC
|
|||
#mcu_temperature
|
||||
external/mcu_temperature/main.cpp
|
||||
external/mcu_temperature/mcu_temperature.cpp
|
||||
|
||||
|
||||
#fmradio
|
||||
external/fmradio/main.cpp
|
||||
external/fmradio/ui_fmradio.cpp
|
||||
)
|
||||
|
||||
set(EXTAPPLIST
|
||||
|
|
@ -169,4 +174,5 @@ set(EXTAPPLIST
|
|||
flippertx
|
||||
remote
|
||||
mcu_temperature
|
||||
fmradio
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue