15 lines
273 B
Plaintext
15 lines
273 B
Plaintext
|
App(
|
||
|
appid="onewire",
|
||
|
name="1-Wire",
|
||
|
apptype=FlipperAppType.METAPACKAGE,
|
||
|
provides=["onewire_start"],
|
||
|
)
|
||
|
|
||
|
App(
|
||
|
appid="onewire_start",
|
||
|
apptype=FlipperAppType.STARTUP,
|
||
|
entry_point="onewire_on_system_start",
|
||
|
requires=["onewire"],
|
||
|
order=60,
|
||
|
)
|