mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 00:33:09 +00:00
f4cc9e5de7
if author want their plugin to be removed - create issue, thanks
9 lines
203 B
Text
9 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,
|
|
)
|