[FL-1179] Debug menu & main menu cleanup (#426)
* Debug apps moved into its own menu category, APP_DEBUG flag added * Menu power icon added * Added APP_DEBUG flag to flash_core1 bash script * Removed commented section in app-loader Co-authored-by: あく <alleteam@gmail.com>
This commit is contained in:
@@ -28,6 +28,12 @@ extern const size_t FLIPPER_APPS_COUNT;
|
||||
extern const FlipperApplication FLIPPER_PLUGINS[];
|
||||
extern const size_t FLIPPER_PLUGINS_COUNT;
|
||||
|
||||
/* Debug menu apps
|
||||
* Spawned by app-loader
|
||||
*/
|
||||
extern const FlipperApplication FLIPPER_DEBUG_APPS[];
|
||||
extern const size_t FLIPPER_DEBUG_APPS_COUNT;
|
||||
|
||||
/* Seperate scene app holder
|
||||
* Spawned by app-loader
|
||||
*/
|
||||
|
||||
Reference in New Issue
Block a user