mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-14 03:58:36 -07:00
other changes yet not working
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
App(
|
||||
appid="subghz",
|
||||
name="Sub-GHz",
|
||||
apptype=FlipperAppType.APP,
|
||||
apptype=FlipperAppType.EXTERNAL,
|
||||
entry_point="subghz_app",
|
||||
cdefines=["APP_SUBGHZ"],
|
||||
requires=[
|
||||
@@ -10,9 +10,12 @@ App(
|
||||
"dialogs",
|
||||
],
|
||||
provides=["subghz_start"],
|
||||
icon="A_Sub1ghz_14",
|
||||
# icon="A_Sub1ghz_14",
|
||||
stack_size=2 * 1024,
|
||||
order=10,
|
||||
fap_category="Main",
|
||||
fap_icon="gpioIcon.png",
|
||||
|
||||
)
|
||||
|
||||
App(
|
||||
|
||||
Reference in New Issue
Block a user