fix: revert 20 ms wait before start bit

This commit is contained in:
Yurii
2024-02-01 21:24:22 +03:00
parent d374ddc02a
commit f2e4f2f631

View File

@@ -66,7 +66,7 @@ protected:
this->delay(25);
});
ot->setMinWaitTimeForStartBit(19500);
ot->setMinWaitTimeForStartBit(20000);
ot->begin(OpenThermTask::handleInterrupt);
#ifdef LED_OT_RX_PIN