Update README.md
This commit is contained in:
parent
fbbaf15442
commit
d9902acf43
|
@ -23,3 +23,12 @@ In order to program the buds from inside of the docker container; privileged mod
|
||||||
bestool write-image out/open_source/open_source.bin --port /dev/ttyACM0
|
bestool write-image out/open_source/open_source.bin --port /dev/ttyACM0
|
||||||
bestool write-image out/open_source/open_source.bin --port /dev/ttyACM1
|
bestool write-image out/open_source/open_source.bin --port /dev/ttyACM1
|
||||||
```
|
```
|
||||||
|
|
||||||
|
|
||||||
|
## Changelist from stock opeen source SDK
|
||||||
|
|
||||||
|
+ Long hold (5 ish seconds) the button on the back when buds are in the case to force a device reboot (so it can be programmed)
|
||||||
|
+ Use the resistor in the buds to pick Left/Right rather than TWS master/slave pairing
|
||||||
|
+ Pressing the button on the back while in the case no longer triggers DFU mode
|
||||||
|
+ Debugging baud rate raised to 200000 to match stock firmware
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue