Server error: {"message":"[Error 2] The system cannot find the file specified: u'C:\\Users\\ARDUINO\\Documents\\PlatformIO'","args":[2,"The system cannot find the file specified"],"type":"WindowsError"} This is the error when I tried to create a new project. ...
Solution Please open PlatformIO Core CLI (see screenshot below) Type pio upgrade --dev Restart VSCode. Executing task: C:\Users\Mike.platformio\penv\Scripts\platformio.exe run < Warning! src_filter configuration option in section [env:in...
Hi ,just look at this issue and I found a better solution . Just type this commad to install a udev ruler file: curl -fsSL https://raw.githubusercontent.com/platformio/platformio-core/master/scripts/99-platformio-udev.rules | sudo tee /etc/udev/rules.d/99-platformio-udev.rules This ...