summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--binding/hvac-demo-binding.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/binding/hvac-demo-binding.c b/binding/hvac-demo-binding.c
index 1b776cd..7f859a6 100644
--- a/binding/hvac-demo-binding.c
+++ b/binding/hvac-demo-binding.c
@@ -184,7 +184,7 @@ static uint8_t read_temp()
static uint8_t read_fanspeed()
{
- return hvac_values[3].value ^ 0xFF;
+ return hvac_values[3].value;
}
static int write_can()