1
0
Fork 0
mirror of https://github.com/betaflight/betaflight-configurator.git synced 2025-07-17 21:35:33 +03:00
Commit graph

5 commits

Author SHA1 Message Date
Tomas Chmelevskij
ef68bb170f feat: use modules for common utils 2021-01-01 22:01:42 +04:00
Mark Haslinghuis
aa18663d2b Change lexical scope workers 2020-12-08 16:31:58 +01:00
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
Renamed from js/workers/hex_parser.js (Browse further)