From da4e4938f4cc38dd6bf95ac7510fb9e9344f3de6 Mon Sep 17 00:00:00 2001 From: Jeroen88 Date: Sat, 29 Oct 2022 13:16:59 +0200 Subject: [PATCH] README.md typo --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 676c649..9e129bf 100644 --- a/README.md +++ b/README.md @@ -34,7 +34,7 @@ Start communicating with the boiler (or HVAC) e.g. request activation of the ser uint8_t primaryFlags = uint8_t(OpenTherm::STATUS_FLAGS::PRIMARY_DHW_ENABLE); // Enable Domestic Hot Water primaryFlags |= uint8_t(OpenTherm::STATUS_FLAGS::PRIMARY_CH_ENABLE); // Enable Central Heating primaryFlags |= uint8_t(OpenTherm::STATUS_FLAGS::PRIMARY_COOLING_ENABLE); // Enable cooling (of your boiler, if available) -primaryFlags | =uint8_t(OpenTherm::STATUS_FLAGS::PRIMARY_OTC_ENABLE); // Enable Outside Temperature Compensation (ifa available in your boiler) +primaryFlags |= uint8_t(OpenTherm::STATUS_FLAGS::PRIMARY_OTC_ENABLE); // Enable Outside Temperature Compensation (ifa available in your boiler) uint8_t statusFlags; // Flags returned by the boiler will be stored into this variable thermostat.status(primaryFlags, statusFlags); ``` -- libgit2 0.21.4