clarify nRF drivers use case

This commit is contained in:
pdxlocations 2023-06-30 22:06:02 -07:00
parent 489c4fff11
commit 2a9ed852e0
2 changed files with 2 additions and 2 deletions

View file

@ -59,7 +59,7 @@ Some cables only provide _charging_, verify that your cable is also capable of _
:::caution
nRF52 devices typically do not require serial drivers. They use the UF2 bootloader which make the devices appear as flash drives. Do _NOT_ download the USB device drivers unless required. You may [test for installed serial drivers](/docs/getting-started/serial-drivers/test-serial-driver-installation) before continuing.
nRF52 devices typically do not require serial drivers. They use the UF2 bootloader which makes the devices appear as flash drives. Do _NOT_ download the USB device drivers unless required to install UF2 support.
:::

View file

@ -13,7 +13,7 @@ import Link from "@docusaurus/Link";
:::caution
nRF52 devices typically do not require serial drivers. They use the UF2 bootloader which make the devices appear as flash drives. Do _NOT_ download the USB device drivers unless required.
nRF52 devices typically do not require serial drivers. They use the UF2 bootloader which makes the devices appear as flash drives. Do _NOT_ download the USB device drivers unless required to install UF2 support.
:::