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"