Revert "other changes yet not working"

This reverts commit 7848e6eab8.
This commit is contained in:
RogueMaster
2022-11-02 19:23:51 -04:00
parent 7848e6eab8
commit cd91aff48d
6 changed files with 12 additions and 18 deletions

View File

@@ -1,7 +1,7 @@
App(
appid="subghz",
name="Sub-GHz",
apptype=FlipperAppType.EXTERNAL,
apptype=FlipperAppType.APP,
entry_point="subghz_app",
cdefines=["APP_SUBGHZ"],
requires=[
@@ -10,12 +10,9 @@ 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(