Add support for Jablotron tags (#1657)

* Add support for Jablotron tags
This commit is contained in:
Sebastian Mauer
2022-08-29 16:15:27 +01:00
committed by GitHub
parent 39f936ce12
commit f09c5889dd
4 changed files with 219 additions and 1 deletions

View File

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