Skip to content

Commit

Permalink
fixed - check for api 3, not api 2
Browse files Browse the repository at this point in the history
  • Loading branch information
markfirmware committed Jan 23, 2019
1 parent 5a50ec5 commit c9a651f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bleobserverkernel.lpr
Original file line number Diff line number Diff line change
Expand Up @@ -662,7 +662,7 @@ TButtonDevice = record
const
ExpectedPrefix:Array[0 .. 5] of Byte = ($1f,$02,$01,$06,$1b,$ff);
ExpectedManufacturer:Array[0 .. 1] of Byte = ($ff,$ff);
ExpectedSignature:Array[0 .. 2] of Byte = ($39,$a8,$02);
ExpectedSignature:Array[0 .. 2] of Byte = ($39,$a8,$03);

Flags_Button_A = $02;
Flags_Button_B = $01;
Expand Down

0 comments on commit c9a651f

Please sign in to comment.