mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 12:42:30 +04:00
10 lines
237 B
Plaintext
10 lines
237 B
Plaintext
|
|
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",
|
||
|
|
)
|