mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-11-29 16:06:57 -05:00
move Temprature debug app into external (#2411)
* remove commented out code
This commit is contained in:
parent
f5e6cb0d96
commit
509bda2472
12 changed files with 279 additions and 176 deletions
5
firmware/application/external/external.cmake
vendored
5
firmware/application/external/external.cmake
vendored
|
|
@ -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
|
||||
)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue