mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-19 19:31:50 +03: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",
|
|
)
|