Skip to content

Commit cb52651

Browse files
committed
mark model 2012 (TomTom Spark v3) as supported
Thanks to @galou for reporting it and for detailed tests.
1 parent 6d22ab3 commit cb52651

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

ttops.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,7 @@ struct ble_dev_info v2_info[] = {
6262

6363
#define EXPECTED_MAKER "TomTom Fitness"
6464
const char *tested_models_v1[] = {"1001","1002","1003","1004",NULL};
65-
const char *tested_models_v2[] = {"2005","2006","2008",NULL};
65+
const char *tested_models_v2[] = {"2005","2006","2008","2012",NULL};
6666

6767
const char *FIRMWARE_TOO_OLD =
6868
"Firmware v%s is too old; at least v%s is required\n"

0 commit comments

Comments
 (0)