mirror of
https://github.com/esphome/esphome.git
synced 2024-11-10 01:07:45 +01:00
remove extra number from pronto (#7263)
This commit is contained in:
parent
b654dea55e
commit
bc20fd57fe
1 changed files with 0 additions and 3 deletions
|
@ -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;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue