Skip to content

Commit 0db038d

Browse files
committed
fw/apps/prf/recovery_first_use: update asterix QR URL
Signed-off-by: Gerard Marull-Paretas <gerard@teslabs.com>
1 parent bbd14f1 commit 0db038d

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/fw/apps/prf_apps/recovery_first_use_app/recovery_first_use_app.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ typedef struct RecoveryFUAppData {
105105
} RecoveryFUAppData;
106106

107107
#if PLATFORM_ASTERIX
108-
static const char *s_qr_url_fmt = "https://app.repebble.com/qr?sn=%s&model=%s";
108+
static const char *s_qr_url_fmt = "https://qr.core.store/?sn=%s&model=%s";
109109
#endif
110110

111111
// Unfortunately, the event_service_client_subscribe doesn't take a void *context...

0 commit comments

Comments
 (0)