Skip to content

Commit

Permalink
apps: moved example_custom_font from debug to examples
Browse files Browse the repository at this point in the history
  • Loading branch information
hedger committed Dec 14, 2023
1 parent 27a2c84 commit b8acb57
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
@@ -1,9 +1,9 @@
App(
appid="example_custom_font",
name="Example: custom font",
apptype=FlipperAppType.DEBUG,
apptype=FlipperAppType.EXTERNAL,
entry_point="example_custom_font_main",
requires=["gui"],
stack_size=1 * 1024,
fap_category="Debug",
fap_category="Examples",
)

0 comments on commit b8acb57

Please sign in to comment.