Files
Momentum-Firmware/applications/main/unirfremix/application.fam
VerstreuteSeele a026ab37bd 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...
2023-01-06 01:45:02 +01:00

15 lines
280 B
Plaintext

App(
appid="unirfremix",
name="Sub-GHz Remote",
apptype=FlipperAppType.APP,
entry_point="unirfremix_app",
cdefines=["APP_UNIRFREMIX"],
requires=[
"gui",
"dialogs",
],
icon="A_UniRFRemix_14",
stack_size=4 * 1024,
order=11,
)