mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-06-12 19:43:33 -07:00
fams
This commit is contained in:
@@ -10,11 +10,11 @@ App(
|
||||
"nfc",
|
||||
"subghz",
|
||||
"bad_usb",
|
||||
"u2f",
|
||||
# "u2f",
|
||||
"fap_loader",
|
||||
"archive",
|
||||
# "clock",
|
||||
# "unirfremix",
|
||||
# "spectrum_analyzer",
|
||||
# "Clock",
|
||||
# "SubGHz_Remote",
|
||||
# "Spectrum_Analyzer",
|
||||
],
|
||||
)
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
App(
|
||||
appid="iButton",
|
||||
appid="ibutton",
|
||||
name="iButton",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="ibutton_app",
|
||||
|
||||
@@ -1,5 +1,5 @@
|
||||
App(
|
||||
appid="U2F",
|
||||
appid="u2f",
|
||||
name="U2F",
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="u2f_app",
|
||||
|
||||
Reference in New Issue
Block a user