PlatformIO-Mode icon indicating copy to clipboard operation
PlatformIO-Mode copied to clipboard

Added variables for executable and flags

Open DJManas opened this issue 3 years ago • 1 comments

Hello,

simply added 2 variables and used them: platformio-executable - default "platformio" as it was. You can change the path to platformio. I had created this, because I am using ~/.platformio/penv/bin/pio and when I add it to default PATH, it messes with my other python environments,

platformio-default-flags - default "-f -c emacs" as it was. I did not need to change it at the moment, but thinking about future.

Thanks, Regards, Petr Sourek

DJManas avatar Mar 29 '22 07:03 DJManas