added multiconverter / removed hid analyzer

hid analyzer won't needed anymore because of new lfrfid system adds support for multiple hid protocols
This commit is contained in:
MX
2022-08-23 19:14:30 +03:00
parent 56907f0c9f
commit baffcc5cf4
42 changed files with 1175 additions and 1566 deletions

View File

@@ -68,7 +68,6 @@ App(
apptype=FlipperAppType.METAPACKAGE,
provides=[
"picopass",
"hid_analyzer",
"barcode_generator",
"mouse_jacker",
"nrf_sniff",
@@ -77,6 +76,6 @@ App(
"esp8266_deauth",
"wifi_scanner",
"wav_player",
"dec_hex_converter",
"multi_converter",
],
)