From 2dbf28fa9b90f5c2ad9d3d5122cadddf041c3496 Mon Sep 17 00:00:00 2001 From: Hel Gibbons Date: Wed, 19 Oct 2022 17:36:24 +0100 Subject: [PATCH] tweak instructions --- setting-up-micropython.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/setting-up-micropython.md b/setting-up-micropython.md index 376323cb..8cdb9c01 100644 --- a/setting-up-micropython.md +++ b/setting-up-micropython.md @@ -42,7 +42,7 @@ Here's what the 'RPI-RP2' drive looks like in Windows: ## Copying the firmware to your board -**Copy the downloaded firmware image across to the 'RPI-RP2' drive**. Once it has finished uploading (which takes a few seconds) the Pico will restart itself. +**Copy the downloaded firmware image across to the 'RPI-RP2' drive**. Once it has finished uploading (which takes a few seconds) the board will restart itself. ⚠ Note that once your board restarts running MicroPython it will no longer show up as a drive. To program it and to transfer files to and from it you'll need to use an interpreter, such as Thonny or Mu.