mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-08-08 06:32:35 -04: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:
parent
bad57d1391
commit
af362600ef
11 changed files with 479 additions and 107 deletions
|
@ -71,7 +71,8 @@ enum app_location_t : uint32_t {
|
|||
RX,
|
||||
TX,
|
||||
DEBUG,
|
||||
HOME
|
||||
HOME,
|
||||
SETTINGS
|
||||
};
|
||||
|
||||
struct standalone_application_information_t {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue