unleashed-firmware/applications/multi_converter/application.fam
MX baffcc5cf4
added multiconverter / removed hid analyzer
hid analyzer won't needed anymore because of new lfrfid system adds support for multiple hid protocols
2022-08-23 19:14:30 +03:00

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,
)