Spelling changes
This commit is contained in:
parent
6b80082fbe
commit
879d4f0daa
|
@ -5,7 +5,7 @@ The docker image will build bestool for you first, then drop you into the dev co
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
To use this setup to build & flash your pine buds you will need a system with docker setup at the minimum.
|
To use this setup to build & flash your PineBuds you will need a system with docker setup at the minimum.
|
||||||
Docker is used to (1) make this all much more reprodicible and easier to debug and (2) so that we dont mess with your host system at all.
|
Docker is used to (1) make this all much more reprodicible and easier to debug and (2) so that we dont mess with your host system at all.
|
||||||
In order to program the buds from inside of the docker container; privileged mode is used. So do be a tad more careful than usual.
|
In order to program the buds from inside of the docker container; privileged mode is used. So do be a tad more careful than usual.
|
||||||
|
|
||||||
|
@ -34,7 +34,7 @@ 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
|
## Changelist from stock open 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)
|
- 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
|
- Use the resistor in the buds to pick Left/Right rather than TWS master/slave pairing
|
||||||
|
|
Loading…
Reference in New Issue