From e11ba9e657bec4db3b9172ecff2498b349b949e3 Mon Sep 17 00:00:00 2001 From: proddy Date: Sat, 18 Oct 2025 17:17:04 +0200 Subject: [PATCH] formatting --- src/devices/connect.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/devices/connect.h b/src/devices/connect.h index 18940dc3f..e66b3aad4 100644 --- a/src/devices/connect.h +++ b/src/devices/connect.h @@ -73,7 +73,7 @@ class Connect : public EMSdevice { void process_OutdoorTemp(std::shared_ptr telegram); void process_RCTime(std::shared_ptr telegram); int16_t outdoorTemp_; - char dateTime_[30]; // date and time stamp + char dateTime_[30]; // date and time stamp uint8_t schedule_[126]; // telegram copy };