We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bbd14f1 commit 0db038dCopy full SHA for 0db038d
1 file changed
src/fw/apps/prf_apps/recovery_first_use_app/recovery_first_use_app.c
@@ -105,7 +105,7 @@ typedef struct RecoveryFUAppData {
105
} RecoveryFUAppData;
106
107
#if PLATFORM_ASTERIX
108
-static const char *s_qr_url_fmt = "https://app.repebble.com/qr?sn=%s&model=%s";
+static const char *s_qr_url_fmt = "https://qr.core.store/?sn=%s&model=%s";
109
#endif
110
111
// Unfortunately, the event_service_client_subscribe doesn't take a void *context...
0 commit comments