move Temprature debug app into external (#2411)

* remove commented out code
This commit is contained in:
sommermorgentraum
2024-12-07 19:38:15 +08:00
committed by GitHub
parent f5e6cb0d96
commit 509bda2472
12 changed files with 279 additions and 176 deletions
+5
View File
@@ -130,6 +130,10 @@ set(EXTCPPSRC
#remote
external/remote/main.cpp
external/remote/ui_remote.cpp
#mcu_temperature
external/mcu_temperature/main.cpp
external/mcu_temperature/mcu_temperature.cpp
)
set(EXTAPPLIST
@@ -164,4 +168,5 @@ set(EXTAPPLIST
shoppingcart_lock
flippertx
remote
mcu_temperature
)