kareltucek / firmware

This is fork of UHK's firmware featuring extended macro engine.
Other
82 stars 9 forks source link

Fix size of values in ifReg* macro commands. #114

Closed hxv closed 1 year ago

hxv commented 1 year ago

Macro registers hold 32-bit values, but macro commands ifRegEq, ifNotRegEq, ifRegGt and ifRegLt parse value argument as 8-bit – this change should fix commands to use 32-bit values.

kareltucek commented 1 year ago

I will merge it from UHK master. Thanks for the fix!