mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-12 03:04:27 +05:00
fix: revert 20 ms wait before start bit
This commit is contained in:
@@ -66,7 +66,7 @@ protected:
|
|||||||
this->delay(25);
|
this->delay(25);
|
||||||
});
|
});
|
||||||
|
|
||||||
ot->setMinWaitTimeForStartBit(19500);
|
ot->setMinWaitTimeForStartBit(20000);
|
||||||
ot->begin(OpenThermTask::handleInterrupt);
|
ot->begin(OpenThermTask::handleInterrupt);
|
||||||
|
|
||||||
#ifdef LED_OT_RX_PIN
|
#ifdef LED_OT_RX_PIN
|
||||||
|
|||||||
Reference in New Issue
Block a user