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 };