[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:
its your bedtime
2021-04-28 13:43:21 +03:00
committed by GitHub
parent 317bfba024
commit dfcf0ea0eb
8 changed files with 77 additions and 44 deletions

View File

@@ -6,4 +6,4 @@ rm bootloader/.obj/f*/flash || true
make -C bootloader -j9 flash
rm firmware/.obj/f*/flash || true
make -C firmware -j9 APP_RELEASE=1 flash
make -C firmware -j9 APP_RELEASE=1 APP_DEBUG=1 flash