Files
Momentum-Firmware/applications/services/locale/application.fam
VerstreuteSeele c02ce79f8c Application Galore
2022-12-20 06:28:52 +01:00

10 lines
200 B
Plaintext

App(
appid="locale",
name="LocaleSrv",
apptype=FlipperAppType.STARTUP,
entry_point="locale_on_system_start",
cdefines=["SRV_LOCALE"],
order=90,
sdk_headers=["locale.h"],
)