mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-24 03:29:57 -07:00
Add usage example app
This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
App(
|
||||
appid="example_date_time_input",
|
||||
name="Example: Date/Time Input",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="example_date_time_input",
|
||||
requires=["gui"],
|
||||
stack_size=1 * 1024,
|
||||
fap_category="Examples",
|
||||
)
|
||||
Reference in New Issue
Block a user