update readme

This commit is contained in:
Rasmus Moorats 2021-02-15 15:49:24 +02:00
parent e904b3f220
commit 634bdf77e6
Signed by: xx
GPG key ID: FE14255A6AE7241C

View file

@ -1,21 +1,25 @@
## fw_patch
# fw_patch
Amazfit Bip Firmware Patch Tool with patches
python script for patching
## Contents
Python script for patching:
* fw_patcher.py
patch to redirect Alipay debug messages to the standard log service
Patch to redirect Alipay debug messages to the standard log service:
* alipay_debug.patch (latin 1.1.5.36)
patch for data exchange via BLE Service
Patch for data exchange via BLE Service:
* alipay_subst.patch (latin 1.1.5.36)
* bipos_subst.patch (non-latin 1.1.2.05)
these patches let you use the [alipay-bt library](https://github.com/neonsea/libbip/blob/master/alipay-bt.h)
These patches let you use the [alipay-bt library](https://github.com/neonsea/alipay-bt). An example application can be found [here](https://github.com/neonsea/bt-template).
thanks to:
* x27 (research)
## Thanks
* x27 ([research](https://github.com/freebip/bt_echo))
* MNVolkov (libbip)