I am new to atom and platformio.
When i am trying to build example files in atom for Espressif 32 , i am getting the following error.
‘platformio’ is not recognized as an internal or external command,
operable program or batch file.
Unable to execute: platformio
Make sure cmd:‘platformio’ and cwd:‘C:\Users\Balaje K\Documents\PlatformIO\Projects\191022-152244-espidf-blink’ exists and have correct access permissions.
Binaries are found in these folders: undefined
But when i am trying to use platformio from command promt its getting executed.
If i try the terminal in atom for pio i am getting the following error.
pio --help
pio : The term ‘pio’ is not recognized as the name of a cmdlet, function, script file, or operable program. Check the spelling of the name, or if a path was included, verify that the path is correct
and try again.
At line:1 char:1
- pio --help
-
+ CategoryInfo : ObjectNotFound: (pio:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException