1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-23 00:05:22 +03:00
Commit graph

3 commits

Author SHA1 Message Date
mikeller
d293d6b1e7 Added button to exit DFU. 2020-01-26 22:59:54 +13:00
Hydra
52e3aa223c Fix parsing of hex addresses.
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)
2019-08-07 20:07:39 +02:00
Bas Delfos
24c81375a4 Move src files 2018-01-24 22:50:40 +01:00