mirror of
https://github.com/DarkFlippers/unleashed-firmware
synced 2024-11-23 13:03:13 +00:00
7 lines
125 B
Text
7 lines
125 B
Text
|
App(
|
||
|
appid="crypto_start",
|
||
|
apptype=FlipperAppType.STARTUP,
|
||
|
entry_point="crypto_on_system_start",
|
||
|
order=10,
|
||
|
)
|