mirror of
https://github.com/cmclark00/retro-imager.git
synced 2025-05-18 16:05:21 +01:00
Send telemetry to raspberrypi.com
In order to be consistent with other services moving to raspberrypi.com, send telemetry there instead of raspberrypi.org. Note that the raspberrypi.org endpoint will continue to work indefinitely in order to support existing clients.
This commit is contained in:
parent
fc1a028cbd
commit
716abd149b
2 changed files with 2 additions and 2 deletions
2
config.h
2
config.h
|
@ -14,7 +14,7 @@
|
|||
#define TIME_URL "http://downloads.raspberrypi.org/os_list_imagingutility_v2.json?time_synchronization"
|
||||
|
||||
/* Phone home the name of images downloaded for image popularity ranking */
|
||||
#define TELEMETRY_URL "https://rpi-imager-stats.raspberrypi.org/downloads"
|
||||
#define TELEMETRY_URL "https://rpi-imager-stats.raspberrypi.com/downloads"
|
||||
#define TELEMETRY_ENABLED_DEFAULT true
|
||||
|
||||
/* Hash algorithm for verifying (uncompressed image) checksum */
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue