flipperzero-firmware_official_dev 727 B

12345678910111213141516171819
  1. commit 628f089c420e4a79d6e8134ea5934b3661678669
  2. Author: WillyJL <willy.leslie@icloud.com>
  3. Date: Mon Feb 13 04:10:36 2023 +0000
  4. Mark debug app as debug not external (#2387)
  5. diff --git a/applications/debug/example_custom_font/application.fam b/applications/debug/example_custom_font/application.fam
  6. index 02285b8a0..06c0a7f61 100644
  7. --- a/applications/debug/example_custom_font/application.fam
  8. +++ b/applications/debug/example_custom_font/application.fam
  9. @@ -1,7 +1,7 @@
  10. App(
  11. appid="example_custom_font",
  12. name="Example: custom font",
  13. - apptype=FlipperAppType.EXTERNAL,
  14. + apptype=FlipperAppType.DEBUG,
  15. entry_point="example_custom_font_main",
  16. requires=["gui"],
  17. stack_size=1 * 1024,