cybercase / netmd-js

Typescript library to access NetMD MiniDisc devices
GNU General Public License v2.0
39 stars 12 forks source link

getDiscCapacity(): Use %? instead of %b for bytes we don't care about #42

Closed thp closed 2 years ago

thp commented 2 years ago

scanQuery() supports %? as a "read byte and ignore its value" wildcard. Unless we want to check if it's 0x80 or 0x08, let's just ignore it for now.

thp commented 2 years ago

(again, untested, please make sure this works before merging)

asivery commented 2 years ago

This issue has been resolved in v4.0.0