mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2026-09-12 01:29:29 +00:00
More SGD
This commit is contained in:
@@ -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);
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user