dec/hex converter plugin & subghz freqs sorted

plugin by @theisolinearchip
This commit is contained in:
MX
2022-08-08 12:34:11 +03:00
parent 7205806026
commit 9bb1e2d11a
5 changed files with 443 additions and 5 deletions

View File

@@ -0,0 +1,10 @@
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,
)