mirror of
https://github.com/Next-Flip/Momentum-Firmware.git
synced 2026-05-19 04:44:47 -07:00
9 lines
174 B
Plaintext
9 lines
174 B
Plaintext
App(
|
|
appid="cli_onewire",
|
|
targets=["f7"],
|
|
apptype=FlipperAppType.PLUGIN,
|
|
entry_point="cli_onewire_ep",
|
|
requires=["cli"],
|
|
sources=["onewire_cli.c"],
|
|
)
|