add tuner app (#2429)

* _

* icon
This commit is contained in:
sommermorgentraum
2024-12-18 17:06:25 +08:00
committed by GitHub
parent fff63e056a
commit ead9449609
6 changed files with 499 additions and 4 deletions
+6 -2
View File
@@ -134,11 +134,14 @@ 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
#tuner
external/tuner/main.cpp
external/tuner/ui_tuner.cpp
)
set(EXTAPPLIST
@@ -172,7 +175,8 @@ set(EXTAPPLIST
ook_editor
shoppingcart_lock
flippertx
remote
remote
mcu_temperature
fmradio
tuner
)