This commit is contained in:
HTotoo
2023-12-08 13:32:28 +01:00
parent b45638f9ed
commit 30b4e43794
8 changed files with 22 additions and 7 deletions
+1 -1
View File
@@ -34,7 +34,7 @@ class SubGhzDProtos : public FProtoListGeneral {
void feed(bool level, uint32_t duration) {
for (const auto& obj : protos) {
obj->feed(level, duration);
if (obj->modulation == modulation_) obj->feed(level, duration);
}
}