diff options
author | Guillaume Pinot <guillaume.pinot@citodi.fr> | 2020-09-01 09:33:40 +0200 |
---|---|---|
committer | Guillaume Pinot <guillaume.pinot@citodi.fr> | 2020-09-01 09:33:40 +0200 |
commit | 5be1a9fbf95cbbc1300f24f77f049c93480b3854 (patch) | |
tree | 7c5902fde9e603f89aca09d5978f1df6338a2961 | |
parent | f4f16b60c909a0aa831808fea9f50423988dfc7f (diff) |
fix typo in README.md
-rw-r--r-- | README.md | 3 |
1 files changed, 2 insertions, 1 deletions
@@ -57,7 +57,8 @@ BOOT, pressing and releasing RESET and releasing BOOT. Then: dfu-util -d 0483:df11 -a 0 -s 0x08000000:leave -D keyseebee.bin ``` -The fist time, if the write fail, your flash must protected. To unprotect: +The fist time, if the write fail, your flash might be protected. To +unprotect: ```shell dfu-util -d 0483:df11 -a 0 -s 0x08000000:force:unprotect -D keyseebee.bin |