mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-04-25 03:29:58 -07:00
14 lines
248 B
Plaintext
14 lines
248 B
Plaintext
App(
|
|
appid="battery_test",
|
|
name="Battery Test",
|
|
apptype=FlipperAppType.DEBUG,
|
|
entry_point="battery_test_app",
|
|
requires=[
|
|
"gui",
|
|
"power",
|
|
],
|
|
stack_size=1 * 1024,
|
|
order=130,
|
|
fap_category="Debug",
|
|
)
|