mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-21 04:11:48 +03:00
15 lines
323 B
Plaintext
15 lines
323 B
Plaintext
|
App(
|
||
|
appid="subghz_test",
|
||
|
name="Sub-Ghz test",
|
||
|
apptype=FlipperAppType.DEBUG,
|
||
|
targets=["f7"],
|
||
|
entry_point="subghz_test_app",
|
||
|
requires=["gui"],
|
||
|
stack_size=4 * 1024,
|
||
|
order=50,
|
||
|
fap_icon="subghz_test_10px.png",
|
||
|
fap_category="Debug",
|
||
|
fap_icon_assets="images",
|
||
|
fap_version="0.1",
|
||
|
)
|