Skip to content

Commit c9a651f

Browse files
committed
fixed - check for api 3, not api 2
1 parent 5a50ec5 commit c9a651f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

bleobserverkernel.lpr

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -662,7 +662,7 @@ TButtonDevice = record
662662
const
663663
ExpectedPrefix:Array[0 .. 5] of Byte = ($1f,$02,$01,$06,$1b,$ff);
664664
ExpectedManufacturer:Array[0 .. 1] of Byte = ($ff,$ff);
665-
ExpectedSignature:Array[0 .. 2] of Byte = ($39,$a8,$02);
665+
ExpectedSignature:Array[0 .. 2] of Byte = ($39,$a8,$03);
666666

667667
Flags_Button_A = $02;
668668
Flags_Button_B = $01;

0 commit comments

Comments
 (0)