Skip to content

Commit c4cf262

Browse files
authored
Merge pull request #87 from zjwhitehead/patch-1
Fix Readme formatting
2 parents f8fdf47 + cf6aca1 commit c4cf262

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -60,8 +60,8 @@ There are two pins, `DFU` and `FRST` that bootloader will check upon reset/power
6060
- `Double Reset` Reset twice within 500 ms will enter DFU with UF2 and CDC support (only works with nRF52840)
6161
- `DFU = LOW` and `FRST = HIGH`: Enter bootloader with UF2 and CDC support
6262
- `DFU = LOW` and `FRST = LOW`: Enter bootloader with OTA, to upgrade with a mobile application such as Nordic nrfConnect/Toolbox
63-
- `DFU = HIGH and `FRST = LOW`: Factory Reset mode: erase firmware application and its data
64-
- `DFU = HIGH and `FRST = HIGH`: Go to application code if it is present, otherwise enter DFU with UF2
63+
- `DFU = HIGH` and `FRST = LOW`: Factory Reset mode: erase firmware application and its data
64+
- `DFU = HIGH` and `FRST = HIGH`: Go to application code if it is present, otherwise enter DFU with UF2
6565
- The `GPREGRET` register can also be set to force the bootloader can enter any of above modes (plus a CDC-only mode for Arduino).
6666
`GPREGRET` is set by the application before performing a soft reset.
6767

0 commit comments

Comments
 (0)