mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2025-12-12 04:34:43 +04:00
15 lines
283 B
Plaintext
15 lines
283 B
Plaintext
|
|
App(
|
||
|
|
appid="battery_test",
|
||
|
|
name="Battery Test",
|
||
|
|
apptype=FlipperAppType.DEBUG,
|
||
|
|
entry_point="battery_test_app",
|
||
|
|
cdefines=["APP_BATTERY_TEST"],
|
||
|
|
requires=[
|
||
|
|
"gui",
|
||
|
|
"power",
|
||
|
|
],
|
||
|
|
stack_size=1 * 1024,
|
||
|
|
order=130,
|
||
|
|
fap_category="Debug",
|
||
|
|
)
|