|
|
пре 1 година | |
|---|---|---|
| .. | ||
| .clang-format | пре 1 година | |
| .gitsubtree | пре 1 година | |
| README.md | пре 1 година | |
| interface.h | пре 1 година | |
| wiegand.c | пре 1 година | |
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"],
)