diff --git a/statusweather.cpp b/statusweather.cpp index 8804342..9720f4b 100644 --- a/statusweather.cpp +++ b/statusweather.cpp @@ -33,9 +33,9 @@ struct weather { - float temperature{0.0}; - std::string icon; -} __attribute__((aligned(64))) weather; + float temperature{-273.15}; + std::string icon{"❗"}; +} __attribute__((aligned(64))) weather; // NOLINT(cert-err58-cpp) std::mutex mutex_weather; std::string map_icon(const std::string_view icon_id)