Fix type in weather_config

This commit is contained in:
Tyler Perkins 2021-12-22 22:44:44 -05:00
parent e034017cd5
commit 0ede29dace
1 changed files with 1 additions and 1 deletions

View File

@ -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