mirror of
https://github.com/Threnklyn/esphome-dev.git
synced 2026-05-18 20:23:27 +02:00
remove extra number from pronto (#7263)
This commit is contained in:
@@ -201,9 +201,6 @@ std::string ProntoProtocol::compensate_and_dump_sequence_(const RawTimings &data
|
|||||||
out += dump_duration_(t_duration, timebase);
|
out += dump_duration_(t_duration, timebase);
|
||||||
}
|
}
|
||||||
|
|
||||||
// append minimum gap
|
|
||||||
out += dump_duration_(PRONTO_DEFAULT_GAP, timebase, true);
|
|
||||||
|
|
||||||
return out;
|
return out;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user