add RP2040 windows fix

This commit is contained in:
Thomas Göttgens 2023-12-17 12:13:47 +01:00
parent 2da84f3215
commit 204c4850c8

View file

@ -17,6 +17,9 @@ Meshtastic uses [PlatformIO](https://platformio.org), a development environment
```shell
cd firmware && git submodule update --init
```
:::info
If you want to build the RP2040 targets and get a 'Filename too long' error on Windows, please refer to [the Platformio documentation for this toolchain](https://arduino-pico.readthedocs.io/en/latest/platformio.html#important-steps-for-windows-users-before-installing)
:::
## Build