Update config.h

This commit is contained in:
oxmc
2023-05-22 11:52:06 -07:00
committed by GitHub
parent 083fe3d505
commit 53f33f0a0f
+4 -1
View File
@@ -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"