mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
cef59887ed
* [FL-3401] SubGhz: add "SubGhz test" external application * SubGhz: delete test test functionality from SubGhz app * [FL-3402] SubGhz: move func protocol creation API Co-authored-by: あく <alleteam@gmail.com>
14 lines
323 B
Text
14 lines
323 B
Text
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",
|
|
)
|