Update config.h
This commit is contained in:
+4
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user