unleashed-firmware/applications/dec_hex_converter/application.fam
2022-08-08 12:34:11 +03:00

10 lines
245 B
Text

App(
appid="dec_hex_converter",
name="Dec/Hex Converter",
apptype=FlipperAppType.PLUGIN,
entry_point="dec_hex_converter_app",
cdefines=["APP_DEC_HEX_CONVERTER"],
requires=["gui"],
stack_size=1 * 1024,
order=19,
)