mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-12-18 00:33:09 +00:00
baffcc5cf4
hid analyzer won't needed anymore because of new lfrfid system adds support for multiple hid protocols
10 lines
239 B
Text
10 lines
239 B
Text
App(
|
|
appid="multi_converter",
|
|
name="Multi Converter",
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="multi_converter_app",
|
|
cdefines=["APP_DEC_HEX_CONVERTER"],
|
|
requires=["gui"],
|
|
stack_size=1 * 1024,
|
|
order=19,
|
|
)
|