Skip to content

Commit

Permalink
Request Composition data page 0x00
Browse files Browse the repository at this point in the history
  • Loading branch information
roshanrajaratnam committed Oct 18, 2023
1 parent 365c676 commit c9376ff
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ public class ConfigCompositionDataGet extends ConfigMessage {

private static final String TAG = ConfigCompositionDataGet.class.getSimpleName();
private static final int OP_CODE = ConfigMessageOpCodes.CONFIG_COMPOSITION_DATA_GET;
private static final int COMPOSITION_DATA_PAGE = 0xFF;
private static final int COMPOSITION_DATA_PAGE = 0x00;

/**
* Constructs ConfigCompositionDataGet message.
Expand Down

0 comments on commit c9376ff

Please sign in to comment.