FPS_CAME = 4,

FPS_PRASTEL = 5,
    FPS_AIRFORCE = 6,
This commit is contained in:
HTotoo
2023-12-09 20:38:02 +01:00
parent db4083f684
commit f3dc130165
5 changed files with 114 additions and 1 deletions
@@ -13,6 +13,7 @@ So include here the .hpp, and add a new element to the protos vector in the cons
#include "s-ansonic.hpp"
#include "s-princeton.hpp"
#include "s-bett.hpp"
#include "s-came.hpp"
#ifndef __FPROTO_PROTOLISTSGZ_H__
#define __FPROTO_PROTOLISTSGZ_H__
@@ -24,6 +25,7 @@ class SubGhzDProtos : public FProtoListGeneral {
protos.push_back(std::make_unique<FProtoSubGhzDAnsonic>()); // 1
protos.push_back(std::make_unique<FProtoSubGhzDPrinceton>()); // 2
protos.push_back(std::make_unique<FProtoSubGhzDBett>()); // 3
protos.push_back(std::make_unique<FProtoSubGhzDCame>()); // 4, 5, 6
// set callback for them
for (const auto& obj : protos) {