|
|
1 vuosi sitten | |
|---|---|---|
| .. | ||
| .gitsubtree | 1 vuosi sitten | |
| README.md | 1 vuosi sitten | |
| interface.h | 1 vuosi sitten | |
| wiegand.c | 1 vuosi sitten | |
Add as git submodule: git submodule add https://gitlab.com/bettse/flipper-wiegand-plugin.git plugin
Add to your application.fam
App(
appid="plugin_wiegand",
apptype=FlipperAppType.PLUGIN,
entry_point="plugin_wiegand_ep",
requires=["seader"],
sources=["plugin/wiegand.c"],
)