mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-30 16:29:12 +00:00
9bb1e2d11a
plugin by @theisolinearchip
10 lines
245 B
Text
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,
|
|
)
|