mirror of
https://github.com/meshtastic/meshtastic.git
synced 2024-11-09 23:24:10 -08:00
add RP2040 windows fix
This commit is contained in:
parent
2da84f3215
commit
204c4850c8
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in a new issue