From 2d6d6641094465b845cedcb3032391126e43d01f Mon Sep 17 00:00:00 2001 From: proddy Date: Fri, 15 May 2026 10:49:12 +0200 Subject: [PATCH] typo --- src/core/telegram.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/core/telegram.h b/src/core/telegram.h index 5b8a75db6..86f7c8a1a 100644 --- a/src/core/telegram.h +++ b/src/core/telegram.h @@ -174,7 +174,7 @@ class EMSbus { } static void set_ems2() { - isEMS2_ = true;; + isEMS2_ = true; } static uint8_t ems_mask() { @@ -247,7 +247,7 @@ class EMSbus { static uint32_t bus_uptime_start_; // timestamp of first time we connected to the bus static bool bus_connected_; // start assuming the bus hasn't been connected static uint8_t ems_mask_; // unset=0xFF, buderus=0x00, junkers/ht3=0x80 - static uint8_t ems_bus_id_; // the bus id, which configurable and stored in settings + static uint8_t ems_bus_id_; // the EMS Bus id, which configurable and stored in settings static uint8_t tx_mode_; // local copy of the tx mode static uint8_t tx_state_; // state of the Tx line (NONE or waiting on a TX_READ or TX_WRITE) static bool isEMS2_;