Skip to content

Commit

Permalink
stop keys overlapping
Browse files Browse the repository at this point in the history
  • Loading branch information
Christian-B committed Nov 22, 2023
1 parent 8c7b0d6 commit a6dd49a
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,8 @@ def device_control_partition_id(self):

@property
def device_control_key(self):
# This should be unique to the device
return 0
# This should be unique to the device so higher than 262144
return 262145

@property
def device_control_uses_payload(self):
Expand Down

0 comments on commit a6dd49a

Please sign in to comment.