platformio-atom-ide
platformio-atom-ide copied to clipboard
PlatformIO IDE for Atom: The next generation integrated development environment for IoT
I needed more GPIOs, so I change the controller from Wemos D1 to EsP32. The compilations failed with: **Error: Unknown board ID 'esp32doit-devkit-v1'** The changes I did in Platform.ini: from:...
I am using Atom for nearly everything (LaTeX, Arduino stuff, and now python). However, since pio is advertised as a hardware development tool, it is messing around with the python...
Revert to last successful build option Helps speed up debugging and testing of software. Reduces user mistakes, and headaces. move to git style revisions
Uncaught Error: ENOENT: no such file or directory, lstat '~/AppData\Local\atom\app-1.51.0\@sharename
[Enter steps to reproduce:] 1. Open Atom and Platform.io 2. Connect to a teletype share, and those errors appears **Atom**: 1.51.0 x64 **Electron**: 5.0.13 **OS**: Unknown Windows version **Thrown From**:...
Uncaught Error: ENOENT: no such file or directory, lstat '~/AppData\Local\atom\app-1.51.0\@mart1r...
[Enter steps to reproduce:] 1. ... 2. ... **Atom**: 1.51.0 x64 **Electron**: 5.0.13 **OS**: Unknown Windows version **Thrown From**: [platformio-ide](https://github.com/platformio/platformio-atom-ide) package 2.7.2 ### Stack Trace Uncaught Error: ENOENT: no such...
Since the last two/three updates, the "ctrl+alt+u" keyboard shortcut for upload is not working. Although the keybinding resolver in Atom shows that it activates PIO upload, what it does is...
In the platformio menu is an option Upload. This option has ALT-CTRL-U behind it, that is the keyboard shortcut. But platformio does different things when I use the keyboard shortcut...
[This line of code](https://github.com/platformio/platformio-atom-ide/blob/1a33fb88f089418961d6600ef89a6802952a98ac/lib/maintenance.js#L49) appears to set `tree-vew.hideIgnoredNames` to the inverse of `platformio-ide.advanced.showPlatformIOFiles`. I use Atom for more than just PlatformIO and this line seems to make the `node_modules` folder...
When opening a serial monitor, it would be great if the focus would be automatically set to "ok" (in the window, where one can set baud rate and port). At...
Why should platformio install the busy-signal dependency when using it in atom? I don't want to use busy-signal, and I want to disable it, but platformio will reinstall this dependency.