From c916fdb2c7da2d3592a0f13d2178defd161be49b Mon Sep 17 00:00:00 2001 From: Jonathan Woollett-Light Date: Fri, 5 Feb 2021 13:09:28 +0000 Subject: [PATCH] Clarified navigation to setting TinyPICO --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1f4a4e..4e936a0 100644 --- a/README.md +++ b/README.md @@ -63,7 +63,7 @@ Once those have completed then log out and log back in again (remember to have X Make sure you can select the correct board in the Arduino IDE. Go to: ``` -Tools -> Boards -> ESP32 Arduino -> TinyPico +Tools -> Board: -> ESP32 Arduino -> TinyPICO ``` -----------------------------------------