mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 00:33:09 +00:00
10 lines
203 B
Text
10 lines
203 B
Text
|
App(
|
||
|
appid="hid_analyzer",
|
||
|
name="HID Analyzer",
|
||
|
apptype=FlipperAppType.PLUGIN,
|
||
|
entry_point="hid_analyzer_app",
|
||
|
cdefines=["APP_HID_ANALYZER"],
|
||
|
stack_size=2 * 1024,
|
||
|
order=40,
|
||
|
)
|