mirror of
https://github.com/Show-maket/IR-protocol.git
synced 2025-06-27 20:59:37 +00:00
upd
This commit is contained in:
@ -112,7 +112,7 @@ void IR_DecoderRaw::tick()
|
|||||||
|
|
||||||
if (currentFront.dir)
|
if (currentFront.dir)
|
||||||
{ // Если __/``` ↑
|
{ // Если __/``` ↑
|
||||||
if (currentFront.time - prevRise > riseTimeMax / 2 || highCount || lowCount)
|
if (currentFront.time - prevRise > riseTimeMax / 4 || highCount || lowCount)
|
||||||
{ // комплексный фикс рваной единицы
|
{ // комплексный фикс рваной единицы
|
||||||
risePeriod = currentFront.time - prevRise;
|
risePeriod = currentFront.time - prevRise;
|
||||||
highTime = currentFront.time - prevFall;
|
highTime = currentFront.time - prevFall;
|
||||||
|
Reference in New Issue
Block a user