Update version / oslist url

This commit is contained in:
Floris Bos 2022-01-31 14:29:09 +01:00
parent 34460f84b8
commit 43b012f964
2 changed files with 5 additions and 5 deletions

View file

@ -8,10 +8,10 @@
/* Repository URL */
#define OSLIST_URL "https://downloads.raspberrypi.org/os_list_imagingutility_v2.json"
#define OSLIST_URL "https://downloads.raspberrypi.org/os_list_imagingutility_v3.json"
/* Time synchronization URL (only used on eglfs QPA platform, URL must be HTTP) */
#define TIME_URL "http://downloads.raspberrypi.org/os_list_imagingutility_v2.json?time_synchronization"
#define TIME_URL "http://downloads.raspberrypi.org/os_list_imagingutility_v3.json?time_synchronization"
/* Phone home the name of images downloaded for image popularity ranking */
#define TELEMETRY_URL "https://rpi-imager-stats.raspberrypi.com/downloads"