mirror of
https://github.com/betaflight/betaflight-configurator.git
synced 2025-07-24 00:35:26 +03:00
Parsing `0800` was ok, but parsing `97CE` was not. The sign was not correctly handled, this uses `>>> 0` to force unsigned result. See https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/Bitwise_Operators#%3E%3E%3E_(Zero-fill_right_shift) |
||
---|---|---|
.. | ||
hex_parser.js |