diff --git a/CHANGELOG.md b/CHANGELOG.md index 5cface529..2b016121a 100644 --- a/CHANGELOG.md +++ b/CHANGELOG.md @@ -18,7 +18,6 @@ * Infrared: `External output` move out of debug and add power option for external modules * Extra pack: Some app fixes * FBT: Fix vscode example config for debug builds - please run `./fbt vscode_dist` again if you had issues with debug builds size -* OFW PR 2658: Hitag (by @blackvault88) (with minor fixes, hitag excluded from add manually temporarily, + fixed lfrfid favourites start when key cannot be parsed) * OFW PR 2316: NFC V support (by @g3gg0 & @nvx) * OFW PR 2669: nfc: Fix MFUL tearing flags read (by @GMMan) * OFW PR 2666: BadUSB: Add fr-FR-mac key layout (by @FelixLgr) diff --git a/applications/main/application.fam b/applications/main/application.fam index 35a63ddab..4ac735e92 100644 --- a/applications/main/application.fam +++ b/applications/main/application.fam @@ -24,9 +24,9 @@ App( name="Basic applications for main menu", apptype=FlipperAppType.METAPACKAGE, provides=[ - "gpio", + #"gpio", #"ibutton", - "infrared", + #"infrared", "lfrfid", "nfc", "subghz",