Who tf wrote this, and why? | Biggest stability update ever

Bro, what the fuck is this bullshit? I swear imma go cry if I see more shit like that...
This commit is contained in:
VerstreuteSeele
2023-01-06 01:45:02 +01:00
parent f082ca1915
commit a026ab37bd
199 changed files with 152 additions and 1068 deletions

View File

@@ -1,14 +1,14 @@
App(
appid="SubGHz_Remote",
appid="unirfremix",
name="Sub-GHz Remote",
apptype=FlipperAppType.EXTERNAL,
apptype=FlipperAppType.APP,
entry_point="unirfremix_app",
cdefines=["APP_UNIRFREMIX"],
requires=["storage", "gui", "dialogs", "subghz"],
requires=[
"gui",
"dialogs",
],
icon="A_UniRFRemix_14",
stack_size=4 * 1024,
order=11,
fap_icon="unirfIcon.png",
fap_category="Main",
fap_icon_assets="images",
)