mirror of
https://github.com/DarkFlippers/unleashed-firmware.git
synced 2024-12-22 04:41:36 +03:00
9bb1e2d11a
plugin by @theisolinearchip
11 lines
245 B
Plaintext
11 lines
245 B
Plaintext
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,
|
|
)
|