FM Radio ext app (#2428)

This commit is contained in:
Totoo 2024-12-17 18:53:26 +01:00 committed by GitHub
parent 42da7443b4
commit fff63e056a
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
5 changed files with 415 additions and 0 deletions

View file

@ -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
)