We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e53021d commit ff5f0e7Copy full SHA for ff5f0e7
1 file changed
tockloader/main.py
@@ -1177,7 +1177,7 @@ def get_all_attributes (self):
1177
def chunks(l, n):
1178
for i in range(0, len(l), n):
1179
yield l[i:i + n]
1180
- raw = self.read_range(0xfc00, 64*16)
+ raw = self.read_range(0x600, 64*16)
1181
return [self._decode_attribute(r) for r in chunks(raw, 64)]
1182
1183
# Set a single attribute.
0 commit comments