mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-06 14:59:04 +00:00
app manager (#2442)
* fix unset autostart * clean up - add comments to prevent misleading * move the app to external and with necessary changes * replace autostart app
This commit is contained in:
committed by
GitHub
parent
bad57d1391
commit
af362600ef
+6
-1
@@ -146,6 +146,10 @@ set(EXTCPPSRC
|
||||
#metronome
|
||||
external/metronome/main.cpp
|
||||
external/metronome/ui_metronome.cpp
|
||||
|
||||
#app_manager
|
||||
external/app_manager/main.cpp
|
||||
external/app_manager/ui_app_manager.cpp
|
||||
)
|
||||
|
||||
set(EXTAPPLIST
|
||||
@@ -184,4 +188,5 @@ set(EXTAPPLIST
|
||||
fmradio
|
||||
tuner
|
||||
metronome
|
||||
)
|
||||
app_manager
|
||||
)
|
||||
Reference in New Issue
Block a user