mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 16:53:45 +00:00
24a23e5dc7
* sdk: resolve additional APIs in use by faps * debug tools: fixed battery_test, bt_debug, display_test, rpc_debug Co-authored-by: hedger <hedger@nanode.su> Co-authored-by: hedger <hedger@users.noreply.github.com> Co-authored-by: あく <alleteam@gmail.com>
15 lines
308 B
Text
15 lines
308 B
Text
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",
|
|
fap_libs=["assets"],
|
|
)
|