diff --git a/applications/main/nfc/application.fam b/applications/main/nfc/application.fam index 455dd0eca..3557a2efa 100644 --- a/applications/main/nfc/application.fam +++ b/applications/main/nfc/application.fam @@ -173,15 +173,6 @@ App( sources=["plugins/supported_cards/hid.c"], ) -App( - appid="itso_parser", - apptype=FlipperAppType.PLUGIN, - entry_point="itso_plugin_ep", - targets=["f7"], - requires=["nfc"], - sources=["plugins/supported_cards/itso.c"], -) - App( appid="washcity_parser", apptype=FlipperAppType.PLUGIN, @@ -209,6 +200,15 @@ App( sources=["plugins/supported_cards/ndef.c"], ) +App( + appid="itso_parser", + apptype=FlipperAppType.PLUGIN, + entry_point="itso_plugin_ep", + targets=["f7"], + requires=["nfc"], + sources=["plugins/supported_cards/itso.c"], +) + App( appid="sonicare_parser", apptype=FlipperAppType.PLUGIN,