1
mirror of https://github.com/flipperdevices/flipperzero-firmware.git synced 2025-12-13 05:19:50 +04:00
Files

14 lines
258 B
Plaintext
Raw Permalink Normal View History

App(
appid="battery_test",
name="Battery Test",
apptype=FlipperAppType.DEBUG,
entry_point="battery_test_app",
requires=[
"gui",
"power",
],
stack_size=1 * 1024,
fap_category="Debug",
fap_libs=["assets"],
)