From d9902acf4388349563439309d1fe10e158ad852d Mon Sep 17 00:00:00 2001 From: "Ben V. Brown" Date: Wed, 28 Dec 2022 21:41:15 +1100 Subject: [PATCH] Update README.md --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 65efca0..6d8d233 100644 --- a/README.md +++ b/README.md @@ -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/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 +