Closed CRImier closed 6 years ago
Following Discussion-and-Research#7, we need to implement a do_not_load mechanism into config.json. For now, only blocking specific app loading is necessary.
do_not_load
Proposed config.json:
config.json
{ "input": ... , "output": ... , "app_manager": { "do_not_load": ["apps/phone/"] } }
What's needed:
/boot/zpui_config.json
Merged in master, closing
Following Discussion-and-Research#7, we need to implement a
do_not_load
mechanism into config.json. For now, only blocking specific app loading is necessary.Proposed
config.json
:What's needed:
/boot/zpui_config.json
)