diff --git a/esphome/core/application.h b/esphome/core/application.h index e16041c070..7915780946 100644 --- a/esphome/core/application.h +++ b/esphome/core/application.h @@ -269,7 +269,7 @@ class Application { StringRef get_compilation_time_ref() const { return StringRef(this->compilation_time_); } /// Size of buffer required for build time string (including null terminator) - static constexpr size_t BUILD_TIME_STR_SIZE = 24; + static constexpr size_t BUILD_TIME_STR_SIZE = 26; /// Get the config hash as a 32-bit integer uint32_t get_config_hash();