From d5ff1e4abd2e96a8c07e826e11079536ddb67a81 Mon Sep 17 00:00:00 2001 From: vanhofen Date: Tue, 29 Nov 2022 21:17:23 +0100 Subject: [PATCH] cleanup neutrino.conf after c384f57017951bfd41ee6c3f92bc0d7f50140bd3 Origin commit data ------------------ Branch: ni/coolstream Commit: https://github.com/neutrino-images/ni-neutrino/commit/cac1c406d9570d662fb107760552810542368b3b Author: vanhofen Date: 2022-11-29 (Tue, 29 Nov 2022) Origin message was: ------------------ - cleanup neutrino.conf after c384f57017951bfd41ee6c3f92bc0d7f50140bd3 ------------------ No further description and justification available within origin commit message! ------------------ This commit was generated by Migit --- src/neutrino.cpp | 5 +++++ version_pseudo.h | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/src/neutrino.cpp b/src/neutrino.cpp index d34ecd460..2091bfa53 100644 --- a/src/neutrino.cpp +++ b/src/neutrino.cpp @@ -1492,6 +1492,11 @@ void CNeutrinoApp::upgradeSetup(const char * fname) g_settings.channellist_epgtext_alignment = EPGTEXT_ALIGN_RIGHT_MIDDLE; configfile.deleteKey("channellist_epgtext_align_right"); } + if (g_settings.version_pseudo < "20221129210000") + { + configfile.deleteKey("glcd_weather_curr_x_position"); + configfile.deleteKey("glcd_weather_next_x_position"); + } g_settings.version_pseudo = NEUTRINO_VERSION_PSEUDO; configfile.setString("version_pseudo", g_settings.version_pseudo); diff --git a/version_pseudo.h b/version_pseudo.h index c0cc11586..21cf0ec6b 100644 --- a/version_pseudo.h +++ b/version_pseudo.h @@ -1 +1 @@ -#define NEUTRINO_VERSION_PSEUDO "20220506230000" +#define NEUTRINO_VERSION_PSEUDO "20221129210000"