Dooya proto added

This commit is contained in:
HTotoo
2023-12-09 22:53:35 +01:00
parent 25786026ac
commit 1b407f28d0
4 changed files with 119 additions and 1 deletions
@@ -19,6 +19,7 @@ So include here the .hpp, and add a new element to the protos vector in the cons
#include "s-chambcode.hpp"
#include "s-clemsa.hpp"
#include "s-doitrand.hpp"
#include "s-dooya.hpp"
#ifndef __FPROTO_PROTOLISTSGZ_H__
#define __FPROTO_PROTOLISTSGZ_H__
@@ -36,6 +37,7 @@ class SubGhzDProtos : public FProtoListGeneral {
protos.push_back(std::make_unique<FProtoSubGhzDChambCode>()); // 9
protos.push_back(std::make_unique<FProtoSubGhzDClemsa>()); // 10
protos.push_back(std::make_unique<FProtoSubGhzDDoitrand>()); // 11
protos.push_back(std::make_unique<FProtoSubGhzDDooya>()); // 11
// set callback for them
for (const auto& obj : protos) {