mirror of
https://github.com/Laxilef/OTGateway.git
synced 2025-12-12 03:04:27 +05:00
chore: bump OpenTherm Library
This commit is contained in:
@@ -42,6 +42,7 @@ protected:
|
||||
void setup() {
|
||||
Log.sinfoln(FPSTR(L_OT), F("Started. GPIO IN: %hhu, GPIO OUT: %hhu"), settings.opentherm.inPin, settings.opentherm.outPin);
|
||||
|
||||
ot->setMinWaitTimeForStartBit(19000); // 20ms - 5%
|
||||
ot->setAfterSendRequestCallback(OpenThermTask::sendRequestCallback);
|
||||
ot->setYieldCallback([this]() {
|
||||
this->delay(25);
|
||||
|
||||
Reference in New Issue
Block a user