From 0ede29dacee6a07d1d0f8b1de89f71956cbc7cd6 Mon Sep 17 00:00:00 2001 From: Tyler Perkins Date: Wed, 22 Dec 2021 22:44:44 -0500 Subject: [PATCH] Fix type in weather_config --- 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 83e09f5..5012d4a 100644 --- a/src/panel/weather_config.hpp +++ b/src/panel/weather_config.hpp @@ -19,7 +19,7 @@ namespace dashboard::panel { static const char* WEATHER_URL_SOURCE = "https://www.7timer.info/bin/civil.php?lon=41.13&lat=-81.48&unit=british&output=json&tzshift=0"; //Default time the slide is shown on screen, in ms - //Default 5s + //Default 15s constexpr size_t WEATHER_DEFAULT_ON_SCREEN_TIME = 15000; //How long should we wait between updates? in ms