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