Update README.md

Add long filename warning for Windows users.
This commit is contained in:
true 2023-11-04 19:32:31 -07:00
parent dc22a163ae
commit fba3dc7639
1 changed files with 4 additions and 1 deletions

View File

@ -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.
**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).