Closed thp closed 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.
scanQuery()
%?
0x80
0x08
(again, untested, please make sure this works before merging)
This issue has been resolved in v4.0.0
scanQuery()
supports%?
as a "read byte and ignore its value" wildcard. Unless we want to check if it's0x80
or0x08
, let's just ignore it for now.