Skip to content

Commit e141872

Browse files
jefdriesenmikeller
authored andcommitted
Select a bluetooth enabled model as the default
Using a bluetooth enabled model (e.g the OSTC 2) as the default choice is very convenient when using only the --family command-line option to scan for bluetooth devices or establish a connection. That's because after commit ce2c3c6, the filter will no longer result in a match for the non-bluetooth enabled models.
1 parent be0eb79 commit e141872

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

examples/common.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ static const backend_table_t g_backends[] = {
7979
{"iconhd", DC_FAMILY_MARES_ICONHD, 0x14},
8080
{"ostc", DC_FAMILY_HW_OSTC, 0},
8181
{"frog", DC_FAMILY_HW_FROG, 0},
82-
{"ostc3", DC_FAMILY_HW_OSTC3, 0x0A},
82+
{"ostc3", DC_FAMILY_HW_OSTC3, 0x11},
8383
{"edy", DC_FAMILY_CRESSI_EDY, 0x08},
8484
{"leonardo", DC_FAMILY_CRESSI_LEONARDO, 1},
8585
{"goa", DC_FAMILY_CRESSI_GOA, 2},

0 commit comments

Comments
 (0)