From 0b423b3eb730b0327ef114308604cd2980eb4ef9 Mon Sep 17 00:00:00 2001 From: aanper Date: Thu, 1 Oct 2020 02:07:24 +0300 Subject: [PATCH] fix md --- wiki/Testing.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/wiki/Testing.md b/wiki/Testing.md index 323e695bc..9e2b9e24a 100644 --- a/wiki/Testing.md +++ b/wiki/Testing.md @@ -1,19 +1,19 @@ # Bootloader test 1. # Clean flash -2. `make -C bootloader flash` # Load bootloader -3. # reboot device +2. `make -C bootloader flash` `# Load bootloader` +3. `# reboot device` 1. Press right 2. Press left 3. Wait 0.1 s 4. Release left 5. Release right 4. Wait 0.5 s -5. # Expect no FW +5. `# Expect no FW` 1. Expect: no uart welcome message 2. Expect: red led on 3. Expect: no USB -6. # reboot device and go to DFU +6. `# reboot device and go to DFU` 1. Press left 2. Press right 3. Wait 0.1 s @@ -21,17 +21,17 @@ 5. Wait 0.5 s 6. Release right 7. Wait 0.5 s -8. # Expect DFU +8. `# Expect DFU` 1. Expect: blue led on 2. Expect: USB: DFU -9. `target_f2/deploy-dfu.sh` # load FW -10. # reboot device +9. `target_f2/deploy-dfu.sh` `# load FW` +10. `# reboot device` 1. Press right 2. Press left 3. Wait 0.1 s 4. Release left 5. Release right 11. Wait 0.5 s -12. # Expect FW +12. `# Expect FW` 1. Expect: uart welcome message 2. Expect: USB Flipper CDC \ No newline at end of file