Skip to content

Commit

Permalink
try shrinking block sizes for dq381, fix transfer size off by one
Browse files Browse the repository at this point in the history
  • Loading branch information
bri3d committed Jun 13, 2022
1 parent 0d16c25 commit abf4e9e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/modules/dq381.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@

dsg_control_module_identifier = ControlModuleIdentifier(0x7E9, 0x7E1)

block_transfer_sizes_dsg = {2: 0x800, 3: 0x800, 4: 0x800}
block_transfer_sizes_dsg = {1: 0xF0, 2: 0xF0, 3: 0xF0}

software_version_location_dsg = {
1: [0x0, 0x0],
Expand Down

0 comments on commit abf4e9e

Please sign in to comment.