From 53f33f0a0f7b50911b9c8fc0b3e4e1cb43cfdd8a Mon Sep 17 00:00:00 2001 From: oxmc <67136658+oxmc@users.noreply.github.com> Date: Mon, 22 May 2023 11:52:06 -0700 Subject: [PATCH] Update config.h --- src/config.h | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/config.h b/src/config.h index cc6b84f..60708e5 100644 --- a/src/config.h +++ b/src/config.h @@ -6,12 +6,15 @@ * Copyright (C) 2020 Raspberry Pi Ltd */ +/* Imager info */ +#define IMAGER_NAME "HooverHigh Imager" +#define IMAGER_VERSION "1.7.5" /* Repository URL */ #define OSLIST_URL "https://server1.hooverhigh.ml/rpi/imaging_utility_list.json" /* Time synchronization URL (only used on eglfs QPA platform, URL must be HTTP) */ -#define TIME_URL "https://server1.hooverhigh.ml/rpi/imaging_utility_list.json" +#define TIME_URL "http://server1.hooverhigh.ml/rpi/imaging_utility_list.json?time_synchronization" /* Phone home the name of images downloaded for image popularity ranking */ #define TELEMETRY_URL "https://rpi-imager-stats.raspberrypi.com/downloads"