Add support for Gallagher tags (#1680)

* Add Gallagher protocol
This commit is contained in:
Sebastian Mauer
2022-09-02 12:15:34 +01:00
committed by GitHub
parent 0ee4573a65
commit 10b0a611cf
4 changed files with 307 additions and 0 deletions

View File

@@ -0,0 +1,4 @@
#pragma once
#include <toolbox/protocols/protocol.h>
extern const ProtocolBase protocol_gallagher;