From 6530af2847ce24061fa2af3276c1b49d55381448 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Tue, 21 Dec 2021 19:27:00 -0500 Subject: [PATCH] Update default weather config to have more reasonable default time --- src/panel/weather_config.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/panel/weather_config.hpp b/src/panel/weather_config.hpp index cc4230f..ff8ea34 100644 --- a/src/panel/weather_config.hpp +++ b/src/panel/weather_config.hpp @@ -12,7 +12,7 @@ namespace dashboard::panel { //Default time the slide is shown on screen, in ms //Default 5s - constexpr size_t WEATHER_DEFAULT_ON_SCREEN_TIME = 5000; + constexpr size_t WEATHER_DEFAULT_ON_SCREEN_TIME = 15000; //How long should we wait between updates? in ms //Default 1 hour