From fba3dc7639396c29ca1e54273bcf63a24b436214 Mon Sep 17 00:00:00 2001 From: true Date: Sat, 4 Nov 2023 19:32:31 -0700 Subject: [PATCH] Update README.md Add long filename warning for Windows users. --- README.md | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 032e7cb..6fca496 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,9 @@ This code implements a rotating nametag. +Edit main.cpp to set your name. + [Install PlatformIO](https://platformio.org/install) to build this firmware. -Edit main.cpp to set your name. \ No newline at end of file +**NOTE FOR WINDOWS USERS:** Long filenames must be enabled to correctly open this repository in PlatformIO. *BEFORE* opening this repository, follow the instructions located on the [Arduino-Pico docs page](https://arduino-pico.readthedocs.io/en/latest/platformio.html#important-steps-for-windows-users-before-installing). +